rrum 0.2.2
Changes
- Added explicit dependencies on R (>= 4.3.0), Rcpp (>= 1.1.0),
and RcppArmadillo (>= 15.0.2-2)
- Switched README.Rmd to README.qmd to use Quarto for rendering.
- Addressed deprecation warning of
"replace conv_to<...>::from(X) with as_scalar(X)"by
usingarma::as_scalar(...)instead ofconv_to<double>::from(...).
- Updated GitHub Action workflows.
rrum 0.2.1
Bugfixes
- Addressed two issues in R-devel related to C++ usage (deprecation of
CXX_STDand attribute compilation woes). (#15)
- Changed the format in CITATIONto usec()instead ofas.personList()and switched entries fromcitEntry()tobibentry().
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
API Breakage
- Deprecated rRUM_Gibbs()in favor ofrrum().
- Deprecated pi_reference()in favor ofsimcdm::attribute_classes().
Changes
- Added CITATIONfile for citing both the APM paper and
package.
- Imported simulation functions from simcdm
Documentation
Deployment
- Added Travis-CI configuration for TMSA Lab.
- Added Unit Tests for model reproducibility.
- Added code coverage checks.
rrum 0.1.0
- Improved documentation
- Addressed RcppExport updates
rrum 0.0.5
- Introduced new rRUM estimation routine.
- Provided a means to simulate rRUM data.