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

Packrat fails to find dependency in Requires: #590

Open
clabornd opened this issue Jan 23, 2020 · 1 comment
Open

Packrat fails to find dependency in Requires: #590

clabornd opened this issue Jan 23, 2020 · 1 comment

Comments

@clabornd
Copy link

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'

  • removing '/home/clab683/vdbs/pmartR-shiny/packrat/lib/x86_64-redhat-linux-gnu/3.4.3/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

@kevinushey
Copy link
Contributor

Sorry, but I'm not able to reproduce.

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