Skip to content

Commit 2303e0d

Browse files
committed
new cran update with small fixes
Former-commit-id: 9968d1b
1 parent 47c6b3a commit 2303e0d

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: ENMeval
22
Type: Package
33
Title: Automated Runs and Evaluations of Ecological Niche Models
4-
Version: 0.3.0
5-
Date: 2018-07-23
4+
Version: 0.3.1
5+
Date: 2020-09-08
66
Author: Robert Muscarella, Peter J. Galante, Mariano Soley-Guardia, Robert A. Boria, Jamie M. Kass, Maria Uriarte and Robert P. Anderson
77
Maintainer: Robert Muscarella <[email protected]>
88
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).
@@ -26,4 +26,4 @@ Suggests: rJava (>= 0.5-0),
2626
rgeos,
2727
sp
2828
VignetteBuilder: knitr
29-
RoxygenNote: 6.0.1
29+
RoxygenNote: 7.1.1

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ENMeval 0.3.1
2+
===========
3+
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.
4+
5+
16
ENMeval 0.3.0
27
===========
38
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.

man/ENMeval-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
\tabular{ll}{
99
Package: \tab ENMeval\cr
1010
Type: \tab Package\cr
11-
Version: \tab 0.3.0\cr
12-
Date: \tab 2018-07-23\cr
11+
Version: \tab 0.3.1\cr
12+
Date: \tab 2020-09-08\cr
1313
License: \tab GNU 3.0\cr
1414
}
1515

man/ENMevaluate.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ occ <- cbind(x,y)
188188

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

194195
data(enmeval_results)

man/enmeval_results.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ occ <- cbind(x,y)
5151

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

5758
data(enmeval_results)

vignettes/bvariegatus.rds

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)