-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.01 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
Package: Revticulate
Type: Package
Title: Interaction with "RevBayes" in R
Version: 1.0.0
Authors@R: c(person(given = "Caleb",
family = "Charpentier",
role = c("aut", "cre"),
email = "caleb.charpentier@selu.edu"),
person(given = "April",
family = "Wright",
role = c("aut"),
email = "april.wright@southeastern.edu"))
Description: Interaction with "RevBayes" via R. Objects created in "RevBayes" can be passed into the R environment, and many types can be converted into similar R objects. To download "RevBayes", go to <https://revbayes.github.io/download>.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
ape,
stringr,
knitr,
utils,
comprehenr,
knitr,
utils,
jsonlite,
usethis,
rstudioapi
RoxygenNote: 7.1.2
Suggests:
markdown,
rmarkdown,
testthat,
ggplot2,
devtools,
RevGadgets,
Encoding: UTF-8
Roxygen: list(markdown = TRUE)