-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
39 lines (39 loc) · 900 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
36
37
38
39
Package: RBeast
Type: Package
Title: Create BEAST and BEAST2 input files and parse their output
Version: 0.1.0
Author: Nuno Faria <[email protected]> [aut, cre],
Marc A. Suchard <[email protected]> [aut, cre]
Maintainer: Marc A. Suchard <[email protected]>
Description:
BEAST and BEAST2 are tools for Bayesian phylogenetic inference.
This package allows to create input parameter files from R,
and to parse their output files.
License: file LICENSE
LazyData: TRUE
Imports:
tracerer,
jsonlite,
rJava
Suggests:
ape,
coda,
ggplot2,
knitr,
phangorn,
OutbreakTools,
geiger,
rbenchmark,
reshape2,
rmarkdown,
testit,
testthat
Remotes:
jimhester/covr,
jimhester/lintr,
richelbilderbeek/tracerer,
MangoTheCat/goodpractice
VignetteBuilder: knitr
RoxygenNote: 6.1.1
URL: https://github.com/beast-dev/RBeast
BugReports: https://github.com/beast-dev/RBeast/issues