Releases: tmsalab/cIRT
Releases · tmsalab/cIRT
Release list
cIRT 1.3.3: Maintenance Release
Changes
- Added explicit dependencies on R (>= 4.3.0), Rcpp (>= 1.1.0), and RcppArmadillo (>= 15.0.2-2)
- Removed CXX11 from
src/Makevarsandsrc/Makevars.winto 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)"
insrc/project_source.cppby usingarma::as_scalar(...)instead ofconv_to<double>::from(...). - Fixed CITATION file to use
c()instead ofpersonList()andbibentry()to
avoid CRAN check notes. - Updated GitHub Action workflows.
cIRT 1.3.2: Maintenance release
cIRT 1.3.1: Maintenance release
Changes
- Added
LazyData: truetoDESCRIPTIONto match with how the data
documentation is called.
(#3)
Documentation
- Added a
pkgdownwebsite that deploys to https://tmsalab.github.io/cIRT.
(#3)
Deployment
- Switched from Travis-CI to GitHub Actions for R.
(#5)
cIRT 1.3.0: Modernizing and a bugfix
Changes
- Updated package dependencies
- Enabled C++11 and OpenMP.
- Switched to allowing Rcpp to handle native registration
Bugfix
- Addressed issues in the choice generation procedure.
Documentation
- Improved in-line documentation.
- Added Authors' ORCIDs to
DESCRIPTION.
Testing
- Enabled TMSA Lab's configuration for Travis-CI.
cIRT 1.2.1: Maintenance Release for R 3.4
Provided the necessary src/init.c file for R 3.4.
cIRT 1.2.0: Vignette Documentation Addition
Added two vignettes that cover the model estimation and simulation results in the package.
cIRT 1.1.0: Data Update
- Adds two columns to choice matrix:
hard_q_idandeasy_q_id.
cIRT 1.0.0: Initial Package Released to CRAN
Uploaded cIRT package to CRAN that contains the Choice Item Response Theory Methodology.