-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 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
Package: mauricer
Type: Package
Title: Work with 'BEAST2' Packages
Version: 2.5.5
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("Olivier", "Roy", role = "ctb"))
Maintainer: Richèl J.C. Bilderbeek <rjcbilderbeek@gmail.com>
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 commonly accompanied by 'BEAUti 2' (<https://www.beast2.org>),
which, among others, allows one to install 'BEAST2' package.
This package allows to work with 'BEAST2' packages from 'R'.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
stringr,
beastier (>= 2.5)
Suggests:
beautier (>= 2.6.11),
curl,
knitr,
rmarkdown,
testthat (>= 2.1.0),
tracerer
VignetteBuilder: knitr
URL: https://docs.ropensci.org/mauricer/ (website)
https://github.com/ropensci/mauricer
BugReports: https://github.com/ropensci/mauricer/issues
SystemRequirements: BEAST2 (https://www.beast2.org/)