Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemkass committed Dec 16, 2024
1 parent 4ef5c96 commit d437a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ o New partition schema for fully withheld testing data and evaluation without p
o Now implements continuous Boyce Index for training, validation, and full withheld testing data (via R package ecospat), and allows use of custom evaluation functions with the user.eval argument (see ?ENMevaluate).
o A suite of new visualization functions using ggplot2 that map partition groups, plot environmental similarity histograms for partition groups, map environmental similarity for partition groups, and plot histograms or violins for null ENM results. The original evaluation plots were also redone and now use ggplot.
o New analysis options for more flexibility (see ?ENMevaluate).
o Fully updated and extensive vignette (https://jamiemkass.github.io/ENMeval/articles/ENMeval-2.0.0-vignette.html) that walks through a full analysis while describing all the new functionality.
o Fully updated and extensive vignette (https://jamiemkass.github.io/ENMeval/articles/ENMeval-2.0-vignette.html) that walks through a full analysis while describing all the new functionality.
o Now supports doSNOW parallelization as well as doParallel. The doSNOW option has a functioning progress bar for parallel processes.

ENMeval 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For the original package version, please reference this older publication:
1. `ENMeval` is a work in progress, changing slowly to fix bugs when users identify them. If you find a bug, please raise an Issue in this Github repo and I will resolve it as soon as I can. The CRAN version may lag behind the Github one, so please try the development version here first if you are having any issues.
Install with: `devtools::install_github("jamiemkass/ENMeval")`

2. The vignette is not included in the CRAN version of the package due to file size constraints, but is [available](https://jamiemkass.github.io/ENMeval/articles/ENMeval-2.0.0-vignette.html) on the package's Github Pages website.
2. The vignette is not included in the CRAN version of the package due to file size constraints, but is [available](https://jamiemkass.github.io/ENMeval/articles/ENMeval-2.0-vignette.html) on the package's Github Pages website.

3. Please make sure to use the most recent version of [maxent.jar](https://biodiversityinformatics.amnh.org/open_source/maxent/) , as bug fixes are occasionally made.

Expand Down

0 comments on commit d437a99

Please sign in to comment.