Unspecified library

I need to install SDMSelect for when I'm installing the package, I'm getting the following error.

install.packages("SDMSelect", dependencies = TRUE)

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/PC/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘SDMSelect’ is not available (for R version 4.0.2)

That package is only available from GitHub not from CRAN, you have to install it this way

devtools::install_github("statnmap/SDMSelect")
1 Like

Thanks a lot for taking time to answer,

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