-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
67 lines (67 loc) · 2.05 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
Package: DAISIErobustness
Title: Test the Robustness of DAISIE to Geodynamics and Traits
Version: 2.6.0.9000
Date: 2023-01-27
Authors@R: c(
person(given = "Joshua W.",
family = "Lambert",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5218-3046")),
person(given = "Pedro",
family = "Santos Neves",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2561-4677")),
person(given = "Shu",
family = "Xie",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9594-946X")),
person(given = "Richèl J.C.",
family = "Bilderbeek",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-1107-7049")),
person(given = "Rampal S.",
family = "Etienne",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-2142-7612")),
person(given = "Luis",
family = "Valente",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-4247-8785")))
Description: Conducts a robustness test of the island biogeography DAISIE model
to the effects of geodynamics or trait dependency. Tests processes such as
island ontogeny, sea-level change and land-bridge dynamics.
Contains acessory code for easy use with the University of Groningen
Peregrine HPCC.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Suggests:
testthat (>= 2.1.0),
lintr,
knitr,
rmarkdown,
dplyr,
ggtext,
glue,
patchwork
Imports:
sessioninfo,
DAISIE (>= 4.3.0),
nLTT,
testit,
ggplot2,
cowplot
Remotes:
rsetienne/[email protected],
thijsjanzen/nltt
URL: https://github.com/Neves-P/DAISIErobustness
BugReports: https://github.com/Neves-P/DAISIErobustness/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr