Skip to contents

raretrans 1.0.2

Maintainer

  • Raymond Tremblay (University of Puerto Rico at Humacao) is now the package maintainer. Andrew Tyre remains as author.

New functions

  • transition_CrI(): computes marginal posterior beta credible intervals for all entries of the transition matrix, returning a tidy data frame.
  • plot_transition_CrI(): visualises posterior mean transition probabilities and credible intervals as a point-range plot, with optional exclusion of the dead fate (include_dead).
  • plot_transition_density(): visualises the full posterior beta density for each matrix entry, arranged as an n x n matrix plot mirroring the structure of the population projection matrix, with optional exclusion of the dead fate (include_dead).

Bug fixes

Vignettes

Documentation

  • Completed full documentation for the L_elto dataset, including accurate descriptions of all 13 variables, stage code definitions, and references.
  • Added @examples to all exported functions.
  • Fixed typo in package-level documentation (“observatons” -> “observations”).

DESCRIPTION

  • Fixed duplicate URL and BugReports fields.
  • Updated URLs to point to the current repository (atiretoo).
  • Replaced tidyverse in Suggests with the specific packages used (dplyr, purrr, tibble).
  • Added ggplot2 and rlang to Imports.
  • Version bumped from 1.0.1.9000 to 1.0.2.

raretrans 1.0.1.9000

Breaking changes

  • Fixed Issue #2, which means code that worked with v1.0.0 will not work without warnings, and will likely produce incorrect results.

Additions

  • Added tests for all major functions

Minor fixes

  • Added a NEWS.md file to track changes to the package.
  • Used tidy styling, added issue template, contribution guidelines etc.

raretrans 1.0.0

  • First version of package, used to create figures in Tremblay et al. (submitted)