Hi! I fail on installing the rblm package, and the console tells me the problem is packages ‘graph’, ‘SDMTools’ are not available.
This was my code:
Activate RTools
writeLines('PATH="${RTOOLS40_HOME}\usr\bin;${PATH}"', con = "~/.Renviron")
Sys.which("make")
Download BLM
require(devtools)
install_github("tlamadon/rblm")
And this is the message I get:
Installing package into ‘C:/Users/Bea/Dropbox/Mi PC (DESKTOP-9IIBU1N)/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
ERROR: dependency 'SDMTools' is not available for package 'rblm'
- removing 'C:/Users/Bea/Dropbox/Mi PC (DESKTOP-9IIBU1N)/Documents/R/win-library/4.0/rblm'
Warning messages:
1: packages ‘graph’, ‘SDMTools’ are not available for this version of R
Thank you :)
Hi! I fail on installing the rblm package, and the console tells me the problem is packages ‘graph’, ‘SDMTools’ are not available.
This was my code:
Activate RTools
writeLines('PATH="${RTOOLS40_HOME}\usr\bin;${PATH}"', con = "~/.Renviron")
Sys.which("make")
Download BLM
require(devtools)
install_github("tlamadon/rblm")
And this is the message I get:
Installing package into ‘C:/Users/Bea/Dropbox/Mi PC (DESKTOP-9IIBU1N)/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
ERROR: dependency 'SDMTools' is not available for package 'rblm'
Warning messages:
1: packages ‘graph’, ‘SDMTools’ are not available for this version of R
Thank you :)