-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 917 Bytes
/
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
Package: DivABC
Title: An ABC approach to estimate DAISIE/TRAISIE parameters
Version: 1.0.0
Date: 2021-01-01
Authors@R: c(
person(given = "Shu",
family = "Xie",
role = c("aut","cre"),
email = "s.xie@rug.nl"))
Description: Using an ABC-SMC algorithm to estimate posterior diversification rates
of simulated phylogenies from DAISIE/secsse/TRAISIE models.Comparing the
estimated values with which from maximum likelihood method.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.2.0)
Suggests:
testthat (>= 2.1.0),
lintr,
knitr,
rmarkdown
Imports:
DAISIE (>= 4.1.1),
nLTT,
readr,
testit
Remotes:
rsetienne/DAISIE,
thijsjanzen/nltt,
thijsjanzen/treestats,
rsetienne/secsse
URL: https://github.com/xieshu95/DivABC
BugReports: https://github.com/xieshu95/DivABC/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr