-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.55 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
Package: DAISIEmainland
Type: Package
Title: Simulates Data for Phylogenetic Data on Islands for DAISIE with the
Addition of Mainland Dynamics
Version: 1.1.0
Date: 2022-04-28
Authors@R: c(
person(given = "Joshua W.",
family = "Lambert",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5218-3046")),
person(given = "Richèl J.C.",
family = "Bilderbeek",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-1107-7049")),
person(given = "Pedro",
family = "Santos Neves",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2561-4677")))
Maintainer: Joshua W. Lambert <[email protected]>
Description: Simulates data for the DAISIE model. The simulation includes
the mainland and island, and produces two data sets: 1) the ideal data set
includes all the information, and 2) the empirical data set prunes the ideal
data to include what would be seen by an empiricist producing phylogenetic
data from extant species.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
DDD (>= 4.4),
dplyr,
nLTT (>= 1.4.5),
testit,
ggplot2,
cowplot,
patchwork,
scales
Suggests:
DAISIE (>= 4.1.1),
lintr,
testthat,
knitr,
rmarkdown
URL: https://github.com/joshwlambert/DAISIEmainland
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr