Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upInstallation failed: error in running command #1722
Comments
This comment has been minimized.
This comment has been minimized.
Is it possible R is not on your PATH? |
This comment has been minimized.
This comment has been minimized.
I have been experiencing the same error, as have others: The proposed solutions from these issues is to set library(devtools)
options(unzip = "internal")
devtools::install_github("tidyverse/dplyr") or to run After a little more digging, the problem arises from the fact that, in my case, the conda-provided R install ( The following worked for me:
Instead of |
This comment has been minimized.
This comment has been minimized.
So this (at least in your case) seems like a conda bug then, do you think you could open an issue at https://github.com/conda/conda/issues? |
This comment has been minimized.
This comment has been minimized.
This same behavior is also mentioned at #379 (comment) |
This comment has been minimized.
This comment has been minimized.
I ran into the same issue and it was indeed conda-forge/r-devtools-feedstock#4 It would be nice for |
Added tar tot he install to avoid this conda issue: r-lib/devtools#1722
Updated instructions to deal with a conda/R interplay issue. See r-lib/devtools#1722
This comment has been minimized.
This comment has been minimized.
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
There's not much of an error report, so I'm not sure what's going wrong. I do have internet connectivity, so that should not be the problem.