try installing ncdf4 from CRAN?#88
try installing ncdf4 from CRAN?#88cboettig wants to merge 2 commits intoNCEAS:masterfrom cboettig:patch-1
Conversation
Most debian binaries haven't been rebuilt yet for R 3.5.0. Better to install from CRAN
|
I was about to type: "Oh, I didn't know you could do that on Linux w/o extra work" and then the build failed due to not having the right deps. |
|
😛 yeah, I saw |
|
Looks like things settle down when I moved ncdf4 and other non-required packages to Suggests and turn off R CMD CHECK's _R_CHECK_FORCE_SUGGESTS which is a super weird default |
|
I think |
|
Ah, that actually makes a ton of sense. I incorporated your changes with my changes that reduce the number of Depends https://travis-ci.org/NCEAS/arcticdatautils/builds/377504630 let's see how this goes! Thanks |
|
Thanks for jumping in to help with this! I applied the same fix you've done here to my now-merged PR and all seems well so 👍 ! |
Most debian binaries haven't been rebuilt yet for R 3.5.0. Better to install from CRAN?
Let's see what travis thinks...