- Fixed an issue that could occur when combineCV analysis was run after calculating AUC and TSS. The combineCV has been moved to the top of the loop to ensure consistency in extracting such results.
- Major rework of the
palantiris
function. - Documentation updates and corrections for
palantiris
. - Introduction of a new function,
rivendell
. rivendell
analyzes multiple models (tested up to 100), excluding duplicates and offering options to export (or not) suitability maps and append identifiers to model names for easier output management.rivendell
is designed to work specifically with S4 objects from SDMtune package. If you have a list of models, we recommend using thepalantiris
function instead, which provides robust functionality for such scenario.- Corrections for
Onering
documentation
- Fixed a bug where thresholds results were not saving in the environment
- Add an option to bypass the combineCV analysis if the object is an SDMmodel
- Reduced the lenght of phrases between analysis
- Added the option to chose between maxSSS (Maximum training sensitivity plus specificity) or maxtSSS (Maximum test sensitivity plus specificity) for when calculating thresholds, in
Onering
andpalantiris
- Added NEWS.md for package updates
- First release