-
Notifications
You must be signed in to change notification settings - Fork 24
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
checking for already installed does not respect lib argument #121
Comments
Hi Lori, For one off installations, you can use
or set an When we check whether a package is up to date, we don't do it within each lib but across all libs as given by |
again -- i needed it to a specific path which I specified with lib but it wouldn't do it without a force =TRUE becasue it found it in a different lib |
That's due to A change considering Note. The other option is to remove the |
its specific to the single package builder and certain packages required for the SPB to run correctly being installed in the default location. |
So I'm testing locally and I have an environment variable set up to specify a different installation path:
I need biocViews to be installed directly in the second location which it does not do because I assume its finding it in the first despite me explicitly asking for installation
Granted I can do a
force=TRUE
to get around this but it seems like the checking should be limited iflib
is givenThe text was updated successfully, but these errors were encountered: