Error 'Rtools' - Warning in install.packages : package ‘Rtools’ is not available for this version of R

I am trying to install a package from install_github() although I keep getting a warning message stating:

WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into �C:/Users/david/OneDrive/Documents/R/win-library/4.0�
(as �lib� is unspecified)
Warning in install.packages :
  package ‘Rtools’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Although I have updated my R version to 4.0.5 and RStudio to version 1.4.1106, I need to install Rtools but nothing I have tried works. Please someone help me out.

Rtools is not a package.

You can install it from herE:
Using Rtools40 on Windows (r-project.org)

This could be of interest to get setup:

3 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.