- 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 usec()
instead ofas.personList()
and switched entries fromcitEntry()
tobibentry()
.
- Added a
pkgdown
website that deploys to https://tmsalab.github.io/rrum/ (#12, #14). - Pruned non-user facing documentation entry (#14).
- Updated GitHub Actions for testing, pkgdown, and coverage (#16).
- Changed from Travis-CI to GitHub Actions for R (#13, #14)
- Deprecated
rRUM_Gibbs()
in favor ofrrum()
. - Deprecated
pi_reference()
in favor ofsimcdm::attribute_classes()
.
- Added
CITATION
file for citing both the APM paper and package. - Imported simulation functions from
simcdm
- Improved
README
examples
- Added Travis-CI configuration for TMSA Lab.
- Added Unit Tests for model reproducibility.
- Added code coverage checks.
- Improved documentation
- Addressed RcppExport updates
- Introduced new rRUM estimation routine.
- Provided a means to simulate rRUM data.