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
After creating and activating an environment, you can install packages. But after installing a package you get errors:
install.packages('edgeR') WARNING: ignoring environment value of R_HOME
Determine the reason for this error and report anything on this issue.
The text was updated successfully, but these errors were encountered:
Possibly due to the environment variable set up in .Renviron file and that installation is not getting into the right directory.
As pointed out in this thread
if test -n "${R_HOME}" && \ test "${R_HOME}" != "${R_HOME_DIR}"; then echo "WARNING: ignoring environment value of R_HOME" fi
Things to try:
R_HOME_DIR
Sorry, something went wrong.
santina
hyounesy
ksbystrom
grabear
sdhutchins
bitttyyyy
ZhiYuh
No branches or pull requests
After creating and activating an environment, you can install packages. But after installing a package you get errors:
Determine the reason for this error and report anything on this issue.
The text was updated successfully, but these errors were encountered: