Changes in version 1.6.0-9 bug fixes - Fix minor bug in gdm.varImp function. Changes in version 1.6.0-8 bug fixes - Fix ongoing minor issue with C++ code. Changes in version 1.6.0-7 (2025-05-08) bug fixes - Fix minor issue with C++ code. Changes in version 1.6.0-6 (2025-01-31) - Incremental update to package testing scripts. Changes in version 1.6.0-5 (2025-01-10) - Updated gdm.transform to handle NAs in large rasters and prevent write error (issue #52). - Added the colorRamps:: to the README file examples (issue #50). Changes in version 1.6.0-4 (2024-12-02) - Incremental update to package testing scripts. Changes in version 1.6.0-3 (2024-11-01) bug fixes - Fix bug in gdm.predict and gdm.transform functions (also impacted gdm.crossvalidation results) Changes in version 1.6.0-2 (2024-09-27) Updates - Address new CRAN C++11 requirements. Changes in version 1.6.0 - Transition to terra functionality for much faster processing of rasters. - Fix bug in the formatsitepair function for bio data provided as distance matrix. Changes in version 1.5.0-9 bug fixes - Fix bug in the varImp function related to NULL models Changes in version 1.5.0-8 bug fixes - Fix bug in the formatsitepair function when using custom weights. Changes in version 1.5.0-7 bug fixes - Fix bug in the varImp function when predSelect = F. Changes in version 1.5.0-6 bug fixes - Fix bug in the varImp function related to testing models with few (<4) variables. Changes in version 1.5.0-5 bug fixes - Fix bug in the varImp function if sum of I-spline coeffs = 0 for geographic distance variable. Changes in version 1.5.0-4 bug fixes - Fix minor bug in the varImp function. Changes in version 1.5.0-3 (2022-04-05) - New, much faster version of the varImp function. bug fixes - Fix bug that broke varImp if using non-default number of I-splines. Changes in version 1.5.0-2 - Added verbose argument to the formatsitepair function to control whether site-pair attributes are printed. bug fixes - Fix bug that prevented printing of I-spline coefficients when using the summary function. - Fix bug that prevented the sampleSites argument in the sitepairformat function from actually subsampling the site-pair table. Changes in version 1.5.0-1 (2021-11-18) bug fixes - Fix bug associated with the formatting of the gdm model object that broke the predict.gdm function. Changes in version 1.5.0 (2021-11-16) - Substantial update to the package structure to use devtools, roxygen2, etc. development tools. - Fixed a number of bugs associated with using non-default numebrs of splines. - Add two new functions gdm.partition.deviance and gdm.crossvalidation. The gdm.partition.deviance functions partitions deviance explained by different sets of predictors into unique/shared components. The gdm.crossvalidation function produces a number of model evaluation metrics using bootstrapping. - summary now provides the sum of the I-spline coefficients (indicator of predictor importance) and lists variables from highest sum to lowest. - plot now plots I-splines in order from highest sum of coefficients to least.