Added explicit dependencies on R (>= 4.3.0), Rcpp (>= 1.1.0),
and RcppArmadillo (>= 15.0.2-2)
Removed CXX11 from src/Makevars and
src/Makevars.win to avoid potential compilation issues with
newer versions of Armadillo through RcppArmadillo.
Switched README.Rmd to README.qmd to use Quarto for rendering.
Addressed deprecation warning of
"replace conv_to<...>::from(X) with as_scalar(X)" in
src/project_source.cpp by using
arma::as_scalar(...) instead of
conv_to<double>::from(...).
Fixed CITATION file to use c() instead of
personList() and bibentry() to avoid CRAN
check notes.
Updated GitHub Action workflows.
cIRT 1.3.2
Changes
Fix use of 'middle' argument by using
'given' in person(). (#8)
Bump requirements to using R 4.0.0 , Rcpp 1.0.8, and RcppArmadillo
10.8.1 or above. (#8)
cIRT 1.3.1
Changes
Added LazyData: true to DESCRIPTION to
match with how the data documentation is called. (#3)