I can not finish installing devtools in R 3.4.0

0

I'm using: R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" in Windows 10.

When running find_rtools() , I get:

  

Error: executing the command "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 309.

How to proceed?

Thank you.

    
asked by anonymous 14.09.2017 / 22:38

1 answer

0

If your R is configured correctly with the network, I believe that

install.packages("devtools") 

will now download and install correctly. If it does not work write there we will see other alternatives.

    
15.09.2017 / 21:15