Skip to content

Releases: tmsalab/rrum

rrum 0.2.1

29 Nov 08:01
d158c89
Compare
Choose a tag to compare

Bugfixes

  • Addressed two issues in R-devel related to C++ usage (deprecation of CXX_STD and attribute compilation woes). (#15)
  • Changed the format in CITATION to use c() instead of as.personList() and
    switched entries from citEntry() to bibentry().

Documentation

Deployment

  • Updated GitHub Actions for testing, pkgdown, and coverage (#16).
  • Changed from Travis-CI to GitHub Actions for R (#13, #14)

rrum 0.2.0: On CRAN

11 Feb 16:20
b500163
Compare
Choose a tag to compare

API Breakage

  • Deprecated rRUM_Gibbs() in favor of rrum().
  • Deprecated pi_reference() in favor of simcdm::attribute_classes().

Changes

  • Added CITATION file for citing both the APM paper and package.
  • Imported simulation functions from simcdm

Documentation

  • Improved README examples

Deployment

  • Added Travis-CI configuration for TMSA Lab.
  • Added Unit Tests for model reproducibility.
  • Added code coverage checks.