Skip to content
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

Compiling in 3.6 results in an error #34

Open
leobelen opened this issue Nov 13, 2019 · 2 comments
Open

Compiling in 3.6 results in an error #34

leobelen opened this issue Nov 13, 2019 · 2 comments
Assignees
Milestone

Comments

@leobelen
Copy link
Contributor

leobelen commented Nov 13, 2019

Executing devtools::install() for the first time results in:

** testing if installed package can be loaded from final location
Warning in rgl.init(initValue, onlyNULL) :
  RGL: unable to open X11 display
Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE
** testing if installed package keeps a record of temporary installation path
ERROR: hard-coded installation path: please report to the package maintainer and use ‘--no-staged-install’
* removing ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rpolyhedra’
Error in (function (command = NULL, args = character(), error_on_status = TRUE,  : 
  System command error
@leobelen
Copy link
Contributor Author

The workaround at this time seems to be executing

devtools::install(args = c("--no-staged-install"))

@kenarab
Copy link
Contributor

kenarab commented Jan 17, 2020

Now it seems it is fixed. Please check it for closing current issue.

@kenarab kenarab added this to the v0.4.4 milestone Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants