-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.64 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
Package: beastier
Type: Package
Title: Call 'BEAST2'
Version: 2.5.2
Authors@R: c(
person("Richèl J.C.", "Bilderbeek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1107-7049")),
person("Joëlle", "Barido-Sottani", role = "rev", comment = "Joëlle reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/209"),
person("David", "Winter", role = "rev", comment = "David reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/209"),
person("Jason", "Griffiths", role = "ctb", comment = c(ORCID = "0000-0002-1667-8233")),
person("Olivier", "Roy", role = "ctb"),
person("Thijs", "Janzen", role = "ctb"))
Maintainer: Richèl J.C. Bilderbeek <[email protected]>
Description: 'BEAST2' (<https://www.beast2.org>) is a widely used
Bayesian phylogenetic tool, that uses DNA/RNA/protein data
and many model priors to create a posterior of jointly estimated
phylogenies and parameters.
'BEAST2' is a command-line tool.
This package provides a way to call 'BEAST2'
from an 'R' function call.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
ape,
beautier (>= 2.6.11),
phangorn,
rappdirs,
readr,
rJava,
rlang (>= 1.1.0),
sessioninfo,
stringr,
tibble,
xml2
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
tracerer (>= 2.2.3)
URL: https://docs.ropensci.org/beastier/ (website)
https://github.com/ropensci/beastier/
BugReports: https://github.com/ropensci/beastier/issues
Language: en-US
VignetteBuilder: knitr
SystemRequirements: BEAST2 (https://www.beast2.org/)