-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: EnsembleRandomForests
Title: Ensemble Random Forests
Version: 1.3.0
Authors@R:
person("Zachary", "Siders", , "zachary.siders@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0798-9515"))
Description: This package implements Ensemble Random Forests from Siders
et al. (2020) "Ensemble Random Forests as a tool for modeling rare
occurrences" in Endangered Species Research. Functions are provided to
execute the ERF model on a dataset, adjust model parameters, as well
as summarize and visualize model performance and predictions.
License: GPL (>= 3)
URL: https://github.com/zsiders/EnsembleRandomForests/,
https://zsiders.github.io/EnsembleRandomForests/
Depends:
doParallel,
R (>= 2.10),
randomForest
Imports:
MASS,
Matrix,
raster,
ROCR
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1