Releases: tmsalab/rrum
Releases · tmsalab/rrum
rrum 0.2.1
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 usec()
instead ofas.personList()
and
switched entries fromcitEntry()
tobibentry()
.
Documentation
- Added a
pkgdown
website that deploys to https://tmsalab.github.io/rrum/ (#12, #14). - Pruned non-user facing documentation entry (#14).
Deployment
rrum 0.2.0: On CRAN
API Breakage
- Deprecated
rRUM_Gibbs()
in favor ofrrum()
. - Deprecated
pi_reference()
in favor ofsimcdm::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.