I followed the steps from:
How do I install an R package from source?
but unfortunately, it did not work out, and I even tried a couple of different versions available in:
https://cran.r-project.org/src/contrib/Archive/SDMTools/
After running this command:
install.packages("http://cran.r-project.org/src/contrib/Archive/SDMTools/SDMTools_1.1-20.tar.gz", repo=NULL, type="source")
I always got the same error\warning message, and the package was not installed:
- installing source package 'SDMTools' ... ** package 'SDMTools' successfully unpacked and MD5 sums checked ** using staged installation ** libs
*** arch - i386 Warning in system(cmd) : 'make' not found ERROR: compilation failed for package 'SDMTools'
- removing 'C:/Users/tiago/Documents/R/win-library/3.6/SDMTools' Warning in install.packages : installation of package ‘C:/Users/tiago/AppData/Local/Temp/Rtmp40U7mA/downloaded_packages/SDMTools_1.1-20.tar.gz’ had non-zero exit status