richelbilderbeek / raket

What is the error we make, when nature has protracted speciation, and inference ignore this?
GNU General Public License v3.0
0 stars 0 forks source link

Problems installing Rtools on R 3.5.0 on Windows 7 #22

Closed richelbilderbeek closed 6 years ago

richelbilderbeek commented 6 years ago

From @Giappo:

I am trying to install raket but I keep on getting the error message complaining about Rtools version like:

Or, using some workaround found on internet, the best I can get is:

Please download and install Rtools 3.5 from http://cran.r-project.org/bin/windows/Rtools/. Installation failed: Could not find build tools necessary to build tracerer"

Do you know how to solve this?

richelbilderbeek commented 6 years ago

The R mirror (at http://www.stats.ox.ac.uk/ ) was down apparently. Try again now, or use a different mirror, for example, the main R repo:

install.packages("Rtools", repos='http://cran.us.r-project.org')
richelbilderbeek commented 6 years ago

Reply from @Giappo:

Sorry but it keeps on giving me the same error: "Warning in install.packages : package ‘Rtools’ is not available (for R version 3.5.0)"

Is there any other way? Do you know about any other people having problems installing raket?

richelbilderbeek commented 6 years ago

Installing a basic R package like Rtools has nothing to do with any package that is dependent on it. What may help is send me the new, full error message, so that I can highlight the line you did not read :-)

richelbilderbeek commented 6 years ago

Reply from @Giappo:

I found the way. It needs to be downloaded manually from here "https://cran.r-project.org/bin/windows/Rtools/" with the latest version, then installed ticking the PATH thingy and then rebooting R. In case someone else will find the same problem you can tell them to do so.

PS: I also had problem with the dependency "xmlparsedata" so I had to run manually "install.packages('xmlparsedata')".

richelbilderbeek commented 6 years ago

Thanks for sharing, happy that you got it to work!

port1a commented 3 years ago

Thanks a lot guys