-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install error on linux, unable to build sysdata db #2
Comments
|
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"), 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:
r-lib/remotes#374 (comment)
Installing on R 3.5.3, 3.5.1 works fine (only ones I tested).
Current workaround is to run:
The text was updated successfully, but these errors were encountered: