Skip to content

ropensci/mauricer

Repository files navigation

mauricer

Peer Review Status CRAN_Status_Badge Total number of downloads Downloads per month

Branch GitHub Actions logo Codecov logo
master R-CMD-check codecov.io
develop R-CMD-check codecov.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

Package Codecov logo
beastier codecov.io

Related packages

Package Codecov logo
babette codecov.io
beautier codecov.io
lumier codecov.io
tracerer codecov.io
Package Status
mauricer_on_windows Build status

ropensci_footer

Files used by continuous integration scripts

Filename Descriptions
mlc_config.json Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.spellcheck.yml Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.wordlist.txt Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.markdownlint.jsonc Configuration of the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignore Files ignored by the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.

Links