forked from sylvainschmitt/sdmverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.29 KB
/
DESCRIPTION
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
Package: sdmverse
Type: Package
Title: A Meta-Package For Harnessing The Growing Diversity Of Species Distribution Modeling Packages
Version: 0.1.0
Authors@R: c(
person("Sylvain", "Schmitt", email="[email protected]", role=c("aut", "cre"), comment = c(ORCID = "0000-0001-7759-7106")),
person("Jamie", "Kass", email="[email protected]", role="aut", comment = c(ORCID = "0000-0002-9432-895X")),
person("Adam", "Smith", email="[email protected]", role="ctb", comment = c(ORCID = "0000-0002-6420-1659"))
)
Maintainer: Sylvain Schmitt <[email protected]>
URL: https://github.com/sylvainschmitt/sdmverse
BugReports: https://github.com/sylvainschmitt/sdmverse/issues
Description: An annotated catalog of packages for modeling species distributions
and niches.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0)
RoxygenNote: 7.2.3
Imports:
igraph,
factoextra,
magrittr,
gh,
yaml,
tibble,
dplyr,
shiny,
DT,
tidyr,
stringr,
tools,
ggplot2
Collate:
'utils-pipe.R'
'list_packages.R'
'check_cran_metadata.R'
'launch_app.R'
'plot_dendrogram.R'
'plot_table.R'
'prep_table.R'
'sdmverse.R'
'template_from_cran.R'
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3