You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install CIDR on a Windows 10 machine, but I ran into an error. I installed Rtools as suggested and allowed Rtools to modify my system path. The following error occured after running devtools::install_github("VCCRI/CIDR"):
'"C:/PROGRA~1/R/R-34~1.0/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD config CC' had status 127
Thank you for reporting this issue. We have never come across this issue either. We suspect this may well be a Windows 10 specific issue. We found similar issues being reported elsewhere, e.g.,
Hi,
I tried to install CIDR on a Windows 10 machine, but I ran into an error. I installed Rtools as suggested and allowed Rtools to modify my system path. The following error occured after running devtools::install_github("VCCRI/CIDR"):
'"C:/PROGRA~1/R/R-34~1.0/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD config CC' had status 127
I followed some suggestions from http://socserv.mcmaster.ca/jfox/Courses/R/ICPSR/R-install-instructions.html, paragraph "Building Packages Under Windows, etc. (Optional)", second bulletpoint. But adding extra paths was not the solution.
How can I solve this error?
The text was updated successfully, but these errors were encountered: