-
Notifications
You must be signed in to change notification settings - Fork 153
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
Error after "Skipping (package), it is already being installed." #225
Comments
this should be fixed by #226 |
@jimhester could you re-open the issue for the above referenced issues e.g. KWB-R/kwb.fakin#11 |
Same issue here when trying to install packages using an Rscript called from a dockerfile. Tried Hostmachine running Ubuntu 17.10. Building a child docker from a parent with debian:testing, R 3.5.2 and devtools 2.0.1. It fails when trying to install
|
I get a similar error when trying to install a package from drat repository on Travis CI running on mac. I don't get the on Travis CI running on Linux. Maybe this issue belongs to https://github.com/travis-ci/travis-ci/? https://travis-ci.org/forestgeo/fgeo.tool/builds/489369672
.travis.yml
DESCRIPTION
|
It looks like I'm still having this one:
with versions:
|
Issue: Installing a package (using a devtools::install_* function) with a dependency that already was installed by another package seems to give an error:
Setup: I'm working in a Centos docker image (though the issue still happens on latest MacOS) with the following session info (with a truncated "loaded via a namespace (and not attached)" since this was done with nearly no packages; I included only what seemed important):
Reproduction Steps: This happens for a number of packages but I've found the following code in a docker image with the version of R above (3.5.1) will throw the error:
You may need to wrap this in
suppressWarnings
so that the warnings are not converted to an error. The error should appear after the warning that "BH" has already been installed.The text was updated successfully, but these errors were encountered: