Devtools for R 3.3.0 not working with Rtools 3.3? -


i updated latest devel version of r (3.3.0) , lastest devtools on cran (1.7), , got follow message.

library("devtools", lib.loc="~/r/win-library/3.3")

warning: rtools required build r packages, no version of rtools compatible r 3.3.0 found. (only following incompatible version(s) of rtools found:2.15,2.16,3.1,3.3)

please download , install appropriate version of rtools http://cran.r-project.org/bin/windows/rtools/ , run find_rtools().

did mess up, or new else have encountered yet? seems rtools 3.3 ought fine devtools in r 3.3.0.

i have faced same issue, resolved downloading rtools 3.3 link https://cran.r-project.org/bin/windows/rtools/ , installed in windows 8 machine. after ran find_rtools() in rstudio/r, return true. thats have resolved it.

now try library(devtools), work :d :d


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -