Installing additional R build tools manually -


tldr;

what rstudio when tells you missing additional build tools , asks if install these? dialogue not working, need install these manually.

complete story

i've updated to

  • r 3.3.1
  • rstudio 0.99.902

and yesterday noticed little demo project build process fails. build console looks like:

enter image description here

i checked, , it's due r project having data directory example text file in it.

rstudio tells me i'm missing additional build tools (i have latest/frozen version of rtools 3.3 installed) , asks me if want install these:

enter image description here

however, when press ok, nothing happens.

the build tools rstudio referring rtools compiler toolchain used windows systems. can find them at:

https://cran.r-project.org/bin/windows/rtools/

given using r 3.3.1, should prefer rtools33.exe. normally, rstudio should attempt automatically download + install rtools when accepting dialog; if it's not, sounds bug.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -