-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.12 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
Package: BeastJar
Type: Package
Title: JAR Dependency for MCMC Using 'BEAST'
Version: 10.4.999
Authors@R: c(
person("Marc A.", "Suchard", email = "[email protected]", role = c("aut","cre","cph")),
person("Andrew", "Rambaut", role = "cph"),
person("Alexei J.", "Drummond", role = "cph")
)
Description: Provides JAR to perform Markov chain Monte Carlo (MCMC) inference using
the popular Bayesian Evolutionary Analysis by Sampling Trees 'BEAST' software library
of Suchard et al (2018) <doi:10.1093/ve/vey016>. 'BEAST' supports auto-tuning
Metropolis-Hastings, slice, Hamiltonian Monte Carlo and Sequential Monte Carlo
sampling for a large variety of composable standard and phylogenetic statistical
models using high performance computing. By placing the 'BEAST' JAR in this package,
we offer an efficient distribution system for 'BEAST' use by other R packages using
CRAN.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Imports:
rJava
URL: https://github.com/beast-dev/BeastJar
Copyright: See file COPYRIGHTS
RoxygenNote: 7.2.3
SystemRequirements: Java (>= 1.8)
Suggests:
testthat