-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
73 lines (73 loc) · 2.33 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: Rpadrino
Title: Interact with the 'PADRINO' IPM Database
Version: 0.0.5
Authors@R: c(
person(given = "Sam",
family = "Levin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3289-9925")),
person(given = "Aldo",
family = "Compagnoni",
email = "[email protected]",
role = "aut"),
person(given = "Dylan",
family = "Childs",
email = "[email protected]",
role = "aut"),
person(given = "Sanne",
family = "Evers",
email = "[email protected]",
role = "aut"),
person(given = "Tomos",
family = "Potter",
email = "[email protected]",
role = "aut"),
person(given = "Roberto",
family = "Salguero-Gomez",
email = "[email protected]",
role = "aut"),
person(given = "Tiffany",
family = "Knight",
email = "[email protected]",
role = "aut"))
Description: 'PADRINO' houses textual representations of
Integral Projection Models which can be converted from their
table format into full kernels to reproduce or extend an
already published analysis. 'Rpadrino' is an R interface to this database. For
more information on Integral Projection Models, see Easterling et al. (2000)
<doi:10.1890/0012-9658(2000)081[0694:SSSAAN]2.0.CO;2>, Merow et al. (2013)
<doi:10.1111/2041-210X.12146>, Rees et al. (2014) <doi:10.1111/1365-2656.12178>,
and Metcalf et al. (2015) <doi:10.1111/2041-210X.12405>. See Levin et al. (2021)
for more information on 'ipmr', the engine that powers model reconstruction
<doi:10.1111/2041-210X.13683>.
Depends:
R (>= 3.4.0),
ipmr (>= 0.0.5)
Imports:
curl,
ggplot2,
magrittr,
mvtnorm,
purrr,
rlang (>= 0.3.0),
rmarkdown,
tools,
truncdist,
utils
SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb).
License: GPL-3
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/padrinoDB/Rpadrino/issues
URL: https://github.com/padrinoDB/Rpadrino, https://padrinoDB.github.io/Rpadrino/
RoxygenNote: 7.2.2
Suggests:
covr,
knitr,
maps,
roxygen2,
testthat
VignetteBuilder: knitr
Config/testthat/parallel: true
Config/testthat/edition: 3