forked from alexsla/CAMPSITE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.19 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
Package: CAMPSITE
Title: Run simulation using the Competition And Multiple-Peak Selection Integrated Trait Evolution (CAMPSITE) model in R
Version: 0.0.0.9004
Authors@R:
c(person("Alex", "Slavenko", , "gluttony14@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3265-7715")),
person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = "aut",
comment = c(ORCID = "0000-0002-2378-4915")))
Description: Simulates evolution under the CAMPSITE model, with user-specified
parameters for strengths of inter-specific competition and selection. Also
includes functions to run a variety of analyses of diversification and
trait evolution dynamics on simulated datasets.
Depends: R (>= 3.5.0)
Imports:
ape,
checkmate,
harrypotter,
ggplot2,
stringr,
usethis,
magrittr,
tidyr,
dplyr,
tibble,
adephylo,
paleotree,
e1071,
progress,
scales
Suggests:
cowplot,
ggpubr,
geiger,
Hmisc,
apTreeshape,
testthat (>= 3.0.0),
shiny
Config/testthat/edition: 3
Remotes:
kassambara/ggpubr
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2