Skip to content

Commit

Permalink
new cran update with small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemkass committed Sep 9, 2020
1 parent a100c03 commit 9968d1b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ENMeval
Type: Package
Title: Automated Runs and Evaluations of Ecological Niche Models
Version: 0.3.0
Date: 2018-07-23
Version: 0.3.1
Date: 2020-09-08
Author: Robert Muscarella, Peter J. Galante, Mariano Soley-Guardia, Robert A. Boria, Jamie M. Kass, Maria Uriarte and Robert P. Anderson
Maintainer: Robert Muscarella <[email protected]>
Description: Automatically partitions data into evaluation bins, executes ecological niche models across a range of settings, and calculates a variety of evaluation statistics. Current version only implements ENMs with Maxent (Phillips et al. 2006) or maxnet (Phillips et al. 2017).
Expand All @@ -26,4 +26,4 @@ Suggests: rJava (>= 0.5-0),
rgeos,
sp
VignetteBuilder: knitr
RoxygenNote: 6.0.1
RoxygenNote: 7.1.1
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ENMeval 0.3.1
===========
o Vignette no longer uses spocc to download occurrences due to intermittent problems downloading from GBIF. This data is now loaded from a RDS file.


ENMeval 0.3.0
===========
o Changed the default behavior to use the 'maxnet' function of the 'maxnet' package instead of the 'maxent.jar' program, and removed the dependency on the 'rJava' package by default, among others.
Expand Down
4 changes: 2 additions & 2 deletions man/ENMeval-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
\tabular{ll}{
Package: \tab ENMeval\cr
Type: \tab Package\cr
Version: \tab 0.3.0\cr
Date: \tab 2018-07-23\cr
Version: \tab 0.3.1\cr
Date: \tab 2020-09-08\cr
License: \tab GNU 3.0\cr
}

Expand Down
3 changes: 2 additions & 1 deletion man/ENMevaluate.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ occ <- cbind(x,y)

\dontrun{
### This call gives the results loaded below
enmeval_results <- ENMevaluate(occ, env, method="block", n.bg=500, categoricals=4, algorithm='maxent.jar')
enmeval_results <- ENMevaluate(occ, env, method="block", n.bg=500,
categoricals=4, algorithm='maxent.jar')
}

data(enmeval_results)
Expand Down
3 changes: 2 additions & 1 deletion man/enmeval_results.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ occ <- cbind(x,y)

\dontrun{
### This gives the results that are loaded below:
enmeval_results <- ENMevaluate(occ, env, method="block", n.bg=500, categoricals=4, algorithm='maxent.jar')
enmeval_results <- ENMevaluate(occ, env, method="block", n.bg=500,
categoricals=4, algorithm='maxent.jar')
}

data(enmeval_results)
Expand Down
Binary file modified vignettes/bvariegatus.rds
Binary file not shown.

0 comments on commit 9968d1b

Please sign in to comment.