Monday, April 5, 2021

The "block" crossvalidation feature is currently broken on CRAN

 As part of fixing the recent spatstat-related issues, I somehow managed to roll back some much older changes and as a result broke the block crossvalidation features on the CRAN version of ENMTools.  I'm working on an update now that will fix it, but in the interim if you need that feature please just use the "develop" branch from GitHub.  As before, the code for that is:

install.packages("devtools")

devtools::install_github("danlwarren/ENMTools", ref = "develop")

No comments:

Post a Comment