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:
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:
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
Post a Comment