VisionEval / VisionEval-Dev

Development version of VisionEval framework
https://visioneval.github.io/
Apache License 2.0
6 stars 32 forks source link

package dependency issue with rhdf5 for R 4.3.1 #202

Open jslason-rsg opened 11 months ago

jslason-rsg commented 11 months ago

Although rhdf5 can be installed on its own, in the Ve.build() process it appears not to recognize it is installed.

jrawbits commented 11 months ago

BioConductor bumped their package version retroactively for 4.3.1. I'll have a new update for the build process shortly that pulls from the correct package version. Meanwhile, it should work out if you set .libPaths() to include VisioneEval-dev/dev/lib/4.3.1 and do a manual installation from the BioConductor 3.18 version. Alternatively, you could edit VisionEval-dev/build/R-versions.yml and set the 4.3.1 BioC to version 3.18 (same as 4.3.2).

Does anyone still use the H5 Datastore type?