-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
120 lines (120 loc) · 3.54 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Package: DAISIE
Type: Package
Title: Dynamical Assembly of Islands by Speciation, Immigration and Extinction
Version: 4.4.1
Date: 2023-10-20
Depends: R (>= 4.2.0)
biocViews:
Imports:
deSolve,
graphics,
stats,
utils,
DDD (>= 5.0),
subplex,
Matrix,
tensor,
pracma,
testit,
foreach,
doParallel,
magrittr,
parallel,
Rcpp (>= 1.0.10)
LinkingTo:
Rcpp,
RcppEigen,
BH (>= 1.81.0-1)
Suggests:
covr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
gridExtra,
dplyr,
ggplot2,
ggtree (>= 3.0.0),
tidytree,
tidyr,
purrr,
ape,
phytools,
tibble
Enhances: doMC
Authors@R: c(
person(given = "Rampal S.",
family = "Etienne",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2142-7612")),
person(given = "Luis",
family = "Valente",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-4247-8785")),
person(given = "Albert B.",
family = "Phillimore",
role = c("aut"),
comment = c(ORCID = "0000-0002-6553-1553")),
person(given = "Bart",
family = "Haegeman",
role = c("aut"),
comment = c(ORCID = "0000-0003-2325-4727")),
person(given = "Joshua W.",
family = "Lambert",
role = c("aut"),
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("aut"),
comment = c(ORCID = "0000-0003-1107-7049")),
person(given = "Hanno",
family = "Hildenbrandt",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-6784-1037")),
person(given = "Torsten",
family = "Hauffe",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-5711-9457")),
person(given = "Giovanni",
family = "Laudanno",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-2952-3345")),
person(given = "Nadiah",
family = "Kristensen",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-9720-4581")),
person(given = "Raphael",
family = "Scherrer",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-1447-7630")))
License: GPL (>= 3) | file LICENSE
Copyright: See the file COPYRIGHTS for various DAISIE copyright details
Description: Simulates and computes the (maximum) likelihood of a dynamical
model of island biota assembly through speciation, immigration and
extinction. See Valente et al. (2015) <doi:10.1111/ele.12461>.
NeedsCompilation: yes
SystemRequirements: C++17
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/rsetienne/DAISIE,
https://rsetienne.github.io/DAISIE/
BugReports: https://github.com/rsetienne/DAISIE/issues
RoxygenNote: 7.2.3