EOGrady21 / vprr

Video Plankton Recorder Data Processing
https://eogrady21.github.io/vprr/
Other
2 stars 1 forks source link

CI Testing Failure - R3.6 #28

Closed EOGrady21 closed 2 years ago

EOGrady21 commented 2 years ago

Build is failing on R 3.6.3. It seems there is an issue with the installation of RCurl, fields and metR. Build is passing on R 4.1.1 so this is not an urgent issue.

EOGrady21 commented 2 years ago

The error starts here:

Error: Error: package or namespace load failed for 'fields' in library.dynam(lib, package, package.lib):
*** arch - x64
 DLL 'maps' not found: maybe not installed for this architecture?
Error: Error: loading failed

Then this prevents fields from installing, which prevents dependent packages RCurl and metR

EOGrady21 commented 2 years ago

Attempted solution: https://github.com/rstudio/renv/issues/162

EOGrady21 commented 2 years ago

The attempted solution does not seem to solve the problem but actually somehow make it worse. Now the error is with the usethis package (Not able to find glue installation for architecture)

EOGrady21 commented 2 years ago

For now, to avoid wasting more time on this issue I have simplified testing to only run on R4.1 This issue may have to revisited before another CRAN release

EOGrady21 commented 2 years ago

Revisiting this as we prep for another CRAN release but really hoping that this will not be required.