-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 2.23 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
Package: beautier
Title: 'BEAUti' from R
Version: 2.6.13
Authors@R: c(
person("Richèl J.C.", "Bilderbeek", email = "rjcbilderbeek@gmail.com", 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("Paul", "Van Els", role = "ctb", comment = c(ORCID = "0000-0002-9499-8873")),
person("Raphael", "Scherrer", role = "ctb", comment = c(ORCID = "0000-0002-1447-7630")),
person("Yacine B.", "Chehida", role = "ctb", comment = c(ORCID = "0000-0001-7269-9082")),
person("Katharine S.", "Walter", role = "ctb", comment = c(ORCID = "0000-0003-0065-2204")),
person("Gary", "Napier", role = "ctb", comment = c(ORCID = "0000-0002-1077-0055")),
person("Jason", "Griffiths", role = "ctb", comment = c(ORCID = "0000-0002-1667-8233")),
person("Thijs", "Janzen", role = "ctb", comment = c(ORCID = "0000-0002-4162-1140")),
person("Pedro", "Taucce", role = "ctb", comment = c(ORCID = "0000-0002-3088-4543")),
person("Olivier", "Roy", role = "ctb"),
person("Jana", "Riederer", role = "ctb", comment = c(ORCID = "0000-0001-6951-9984")))
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.
'BEAUti 2' (which is part of 'BEAST2') is a GUI tool
that allows users to specify the many possible setups
and generates the XML file 'BEAST2' needs to run.
This package provides a way to create 'BEAST2' input
files without active user input, but using
R function calls instead.
License: GPL-3
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://docs.ropensci.org/beautier/, https://github.com/ropensci/beautier
BugReports: https://github.com/ropensci/beautier/issues
Imports:
ape,
rappdirs,
purrr,
rlang (>= 1.1.0),
seqinr,
stringr
Suggests:
knitr,
markdown,
readr,
rmarkdown,
testthat (>= 2.1.0)
Language: en-US
Encoding: UTF-8