I cannot finish installing devtools on R 3.4.0

Asked

Viewed 114 times

0

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

When executing find_rtools(), get:

Error: execution of 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.

  • Devtools and Rtools are different. Which one you want to install?

  • I wanted to install Rtools. I repeated the installation of Rtools with Cygwin dlls and then managed to complete the configuration. Thank you.

1 answer

1

If your R is set up right with the network, I believe that

install.packages("devtools") 

will already download and install correctly. If it doesn’t work write there we will see other alternatives.

  • Emanuel, thank you. I had managed to install the devtools package; Rtools didn’t work out. After repeating the Rtools installation with Cygwin dlls, I was able to complete the configuration.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.