Package: beastier
Type: Package
Title: Call 'BEAST2'
Version: 2.3.1
Authors@R: c(
    person("Richèl J.C.", "Bilderbeek", email = "richel@richelbilderbeek.nl", 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("Jason Griffiths", role = "ctb", comment = c(ORCID = "0000-0002-1667-8233")),
    person("Thijs", "Janzen", role = "ctb"))
Maintainer: Richèl J.C. Bilderbeek <richel@richelbilderbeek.nl>
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 a command-line tool.
    This package provides a way to call 'BEAST2' 
    from an 'R' function call.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
    ape,
    assertive,
    beautier (>= 2.5),
    devtools,
    phangorn,
    pryr,
    rappdirs,
    readr,
    remotes,
    rJava,
    stringr,
    xml2
Suggests:
    hunspell,
    knitr,
    markdown,
    rmarkdown,
    spelling,
    testit,
    testthat (>= 2.1.0),
    tracerer
URL: https://docs.ropensci.org/beastier/ (website)
    https://github.com/ropensci/beastier/
BugReports: https://github.com/ropensci/beastier
Language: en-US
VignetteBuilder: knitr
SystemRequirements: BEAST2 (https://www.beast2.org/)
