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
Does devtools load packages from custom library locations when calling load_all ? Seems to me that it does not.
load_all
By custom library I mean that packages are not installed in .Library. Rather what I have done is the following:
.Library
R_LIBS="C:/RLibrary"
~/.Renviron
~/.R/check.Renviron
~/.R/build.Renviron
This could explain Issue 176 and Issue 174.
The text was updated successfully, but these errors were encountered:
I can confirm that commenting out the library settings in those three files does not solve Issue 174.
Sorry, something went wrong.
I think this is probably also a duplicate of #161
No branches or pull requests
Does devtools load packages from custom library locations when calling
load_all
? Seems to me that it does not.By custom library I mean that packages are not installed in
.Library
. Rather what I have done is the following:R_LIBS="C:/RLibrary"
in~/.Renviron
.R_LIBS="C:/RLibrary"
in~/.R/check.Renviron
and~/.R/build.Renviron
as per Writing R ExtensionsThis could explain Issue 176 and Issue 174.
The text was updated successfully, but these errors were encountered: