I 'm trying to run the find_rtools() function. The library(devtools) command is running fine but when i run find_rtools() it is throwing a warning: WARNING: Rtools is required to build R packages, but is not currently installed. Please download and install Rtools 3.1 from http://...
坦率地说,最后一个在现代应该是不必要的,但我说,如果重新启动R和RStudio(或VScode)不为你做,请...
https://stackoverflow.com/a/69843978/3358272 *重启R。如果你在RStudio中运行,也重启RStudio。事实上...
install.packages("glue", type = "source")is working correctly. No error and Rbuildtools is found. remotes::install_cran("glue", type = "source", force = TRUE)is not (with error Warning in system(cmd) : 'make' not found).remotesusesutils::install.packageshere, and not yours from R...
Update 3: Thinking it may have come from the fact that I had two versions of R installed (3.6 and 4.0), I uninstalled R 3.6, restarted R, but same error when I tried withdevtools::install_github("rmcelreath/rethinking"). Update 4: I tried adding the Rcmd.exe file directly to the...
testing. You are advised not to use it for production. I don't have much of a memory of this, but IIRC we had working builds with at least the Rtools version that was current a year ago. It's not a recommended toolchain for sure, but I'm surprised that an import fails without an...