VisionEval / VisionEval-Dev

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

Build Issues with VE 3.1.1 under earlier R versions #204

Open jrawbits opened 8 months ago

jrawbits commented 8 months ago

The imminent release of VisionEval 3.1.1 will include installers for the three most recent R major versions. I'm working on these:

R 4.1.3 does have an issue (and workaround) as follows:

R 4.2.3 had a weird bug that prevented it from running Roxygen to build required documentation. Roxygen is used to do the standard R function documentation, but also to collate R source files and generate the NAMESPACE file. The build works fine under 4.3.2. I have been able to work around that issue by adding documentation and export to three logger functions (which should NOT need to be exported, and therefore should not need to be documented). I've made a commit to the VE source with updated documentation that does allow the build to take place. Fixed in commit #b82be80