mauricer

December 17, 2025 ยท View on GitHub

Peer Review Status CRAN_Status_Badge Total number of downloads Downloads per month

BranchGitHub Actions logoCodecov logo
masterR-CMD-checkcodecov.io
developR-CMD-checkcodecov.io

Work with BEAST2 packages from R.

Related packages:

  • babette do a full BEAST2 workflow.
  • beautier creates BEAST2 input (.xml) files.
  • beastier runs BEAST2
  • lumier helps to create the babette function call needed
  • tracerer parses BEAST2 output (.log, .trees, etc) files.

Non-CRAN extensions:

Examples

To install the BEAST2 NS package:

remotes::install_github("richelbilderbeek/mauricerinstall")
mauricerinstall::install_beast2_pkg("NS")

An introduction video:

Package dependencies

PackageCodecov logo
beastiercodecov.io
PackageCodecov logo
babettecodecov.io
beautiercodecov.io
lumiercodecov.io
tracerercodecov.io
PackageStatus
mauricer_on_windowsBuild status

ropensci_footer

Files used by continuous integration scripts

FilenameDescriptions
mlc_config.jsonConfiguration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.spellcheck.ymlConfiguration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.wordlist.txtWhitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.markdownlint.jsoncConfiguration of the Markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignoreFiles ignored by the Markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.