How to install DescTool package?

install.packages('DescTools')
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/anguy/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘DescTools’ is not available (for R version 3.5.1)

What can I do to install it?

The latest version of DescTools requieres R >= 3.6, so you need to update R in order to been able to install it.

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