Closed wvictor14 closed 3 years ago
install_github('wvictor14/planet')
works fine on 3.6.1
I've discovered that this problem is unique to linux and not restricted to R version 3.
The workaround still works when installing on linux:
withr::with_envvar(c(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true"), remotes::install_github('wvictor14/planet') )
But for some reason users cannot access or import data objects with data()
I also tried updating sysdata.rda as some other threads mentioned this may be the reason, but this didn't solve anything.
With PR #6 , install works without error. However data is still not properly exported.
Tested on Mac and Windows both work fine in all aspects AFAIK. This problem is still restricted to linux.
I've discovered that on linux the data/ folder is not present after installing
Fixed in #6
Installing on R 3.6.0 fails: https://github.com/r-lib/remotes/issues/374#issue-450492388
Installing on R 3.5.3, 3.5.1 works fine (only ones I tested).
Current workaround is to run: