andrefaa/ENMTML

Installing ENMTML after dependencies rgeos and rgdal were removed from CRAN

Closed this issue · 1 comments

Is there any plan to update ENMTML after rgeos and rgdal after were removed from CRAN?

Hi Manuel
We are working on a new version to rewrite all the ENMTML codes. We plan to finish in a couple of months.
You can still working with ENMTML; just install rgdal and rgeos before installing ENMTML

remotes::install_github("cran/rgeos")
remotes::install_github("cran/rgdal")
remotes::install_github("andrefaa/ENMTML")  

Best