We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unbundling on a server runs into the following error:
Installing rcmdcheck (1.3.3) ... Error: Command failed (1)
Failed to run system command:
'/usr/lib64/R/bin/R' --vanilla CMD INSTALL '/tmp/Rtmpa4Nhy6/rcmdcheck' --library='/home/clab683/vdbs/pmartR-shiny/packrat/lib/x86_64-redhat-linux-gnu/3.4.3' --install-tests --no-docs --no-multiarch --no-demo
The command failed with output: ERROR: dependency 'xopen' is not available for package 'rcmdcheck'
Lockfile entry for rcmdcheck has xopen as a requires and xopen is further down in the lockfile:
Package: rcmdcheck Source: CRAN Version: 1.3.3 Requires: R6, callr, cli, crayon, desc, digest, pkgbuild, prettyunits, rprojroot, sessioninfo, withr, xopen
...
Package: xopen Source: CRAN Version: 1.0.0 Requires: processx
Not sure where to go from here, attached the full lockfile:
packrat.lock.zip
The text was updated successfully, but these errors were encountered:
Sorry, but I'm not able to reproduce.
Sorry, something went wrong.
No branches or pull requests
Unbundling on a server runs into the following error:
Installing rcmdcheck (1.3.3) ...
Error: Command failed (1)
Failed to run system command:
'/usr/lib64/R/bin/R' --vanilla CMD INSTALL '/tmp/Rtmpa4Nhy6/rcmdcheck' --library='/home/clab683/vdbs/pmartR-shiny/packrat/lib/x86_64-redhat-linux-gnu/3.4.3' --install-tests --no-docs --no-multiarch --no-demo
The command failed with output:
ERROR: dependency 'xopen' is not available for package 'rcmdcheck'
Lockfile entry for rcmdcheck has xopen as a requires and xopen is further down in the lockfile:
Package: rcmdcheck
Source: CRAN
Version: 1.3.3
Requires: R6, callr, cli, crayon, desc, digest, pkgbuild, prettyunits,
rprojroot, sessioninfo, withr, xopen
...
Package: xopen
Source: CRAN
Version: 1.0.0
Requires: processx
Not sure where to go from here, attached the full lockfile:
packrat.lock.zip
The text was updated successfully, but these errors were encountered: