This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 1.37 KB
/
Copy pathDESCRIPTION
File metadata and controls
68 lines (68 loc) · 1.37 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: enmSdm
Type: Package
Title: Tools for Modeling Niches and Distributions of Species
Version: 0.9.4
Date: 2023-01-02
Authors@R:
c(
person(
given = 'Adam B.',
family = 'Smith',
role = c('cre', 'aut'),
email = 'adam.smith@mobot.org',
comment = c(ORCID = '0000-0002-6420-1659')
)
)
Maintainer: Adam B. Smith <adam.smith@mobot.org>
Description: Tools for implementing species distribution models (SDMs) and
ecological niche models (ENMs). The heart of the package is a set of
"training" functions which automatically tune and parameterize
a models based on several popular algorithms (e.g., MaxEnt, GLMs, BRTs,
GAMs, etc.). Ancillary tools include estimation of spatial sampling bias,
model evaluation, and calculation of biotic velocity (speed and direction
at which a species' range moves through time).
Depends:
Imports:
boot,
brglm2,
cluster,
dismo,
doParallel,
foreach,
geosphere,
gbm,
MASS,
maxnet,
methods,
mgcv,
MuMIn,
omnibus,
party,
raster,
rJava,
rlist,
randomForest,
rgdal,
rgeos,
scales,
sf,
sp,
splines,
statisfactory,
stats
Remotes:
github::adamlilith/statisfactory
Suggests:
devtools,
grpreg,
grpregOverlap,
knitr,
rmarkdown
License: GPL (>=3)
LazyData: true
LazyLoad: yes
URL: http://github.com/adamlilith/enmSdm
BugReports: https://github.com/adamlilith/enmSdm
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr