-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
1,423 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "NEWS" | ||
author: "Dan Warren" | ||
date: "8/25/2020" | ||
output: | ||
html_document: | ||
df_print: paged | ||
--- | ||
|
||
# ENMTools 1.x | ||
|
||
## ENMTools 1.0.1 | ||
|
||
### Enhancements | ||
|
||
* Added variable importance tests via interface with the *vip* package | ||
* Added clamping for the *predict* functions, including plots of where clamping is happening | ||
* Added clamping for model construction functions, with a TRUE/FALSE switch defaulting to TRUE | ||
* Changed naming conventions for *predict* functions so that the suitability raster is in the $suitability slot, just as with modeling functions | ||
* Added progress bars for a lot of tests | ||
* Added "verbose" option for a lot of functions, defaulting to FALSE | ||
|
||
### Bug fixes | ||
|
||
* Added some code to fix a bug with recalibration. Basically CalibratR's call to parallel was tanking on Mac OS, and there's just a little code snippet that needed to be added to the call to make that work. | ||
* Fixed interactive.plot generic and moved the function to its own file to make it easier to extend | ||
* Temporarily suppressing some warnings coming out of *leaflet* that are being produced by the recent *rgdal* changes | ||
* Fixed background sampling code to resample when necessary | ||
* Changed *enmtools.ranger* demo code to actually use *ranger* instead of *rf* | ||
* Fixed code for calculating p values for some of the hypothesis tests, the old code was getting wrong answers when there were repeated values | ||
|
||
|
||
## ENMTools 1.0.0 | ||
|
||
* Initial CRAN release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
ENMTools 1.x | ||
============ | ||
|
||
ENMTools 1.0.1 | ||
-------------- | ||
|
||
### Enhancements | ||
|
||
- Added variable importance tests via interface with the *vip* package | ||
- Added clamping for the *predict* functions, including plots of where | ||
clamping is happening | ||
- Added clamping for model construction functions, with a TRUE/FALSE | ||
switch defaulting to TRUE | ||
- Changed naming conventions for *predict* functions so that the | ||
suitability raster is in the $suitability slot, just as with | ||
modeling functions | ||
- Added progress bars for a lot of tests | ||
- Added “verbose” option for a lot of functions, defaulting to FALSE | ||
|
||
### Bug fixes | ||
|
||
- Added some code to fix a bug with recalibration. Basically | ||
CalibratR’s call to parallel was tanking on Mac OS, and there’s just | ||
a little code snippet that needed to be added to the call to make | ||
that work. | ||
- Fixed interactive.plot generic and moved the function to its own | ||
file to make it easier to extend | ||
- Temporarily suppressing some warnings coming out of *leaflet* that | ||
are being produced by the recent *rgdal* changes | ||
- Fixed background sampling code to resample when necessary | ||
- Changed *enmtools.ranger* demo code to actually use *ranger* instead | ||
of *rf* | ||
- Fixed code for calculating p values for some of the hypothesis | ||
tests, the old code was getting wrong answers when there were | ||
repeated values | ||
|
||
ENMTools 1.0.0 | ||
-------------- | ||
|
||
- Initial CRAN release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.