rstudio / packrat

Packrat is a dependency management system for R
http://rstudio.github.io/packrat/
401 stars 89 forks source link

Packrat fails to find dependency in Requires: #590

Open clabornd opened 4 years ago

clabornd commented 4 years ago

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

kevinushey commented 4 years ago

Sorry, but I'm not able to reproduce.