Skip to content

Releases: tmsalab/cIRT

cIRT 1.3.3: Maintenance Release

Choose a tag to compare

@coatless coatless released this 28 Sep 01:40

Changes

  • 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: Maintenance release

Choose a tag to compare

@coatless coatless released this 21 Feb 20:56
da9bfb8

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: Maintenance release

Choose a tag to compare

@coatless coatless released this 23 Mar 03:43
50e6ebf

Changes

  • Added LazyData: true to DESCRIPTION to match with how the data
    documentation is called.
    (#3)

Documentation

Deployment

  • Switched from Travis-CI to GitHub Actions for R.
    (#5)

cIRT 1.3.0: Modernizing and a bugfix

Choose a tag to compare

@coatless coatless released this 24 Jan 14:34
cb7af5e

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

Choose a tag to compare

@coatless coatless released this 26 Apr 01:20

Provided the necessary src/init.c file for R 3.4.

cIRT 1.2.0: Vignette Documentation Addition

Choose a tag to compare

@coatless coatless released this 26 Apr 01:17

Added two vignettes that cover the model estimation and simulation results in the package.

cIRT 1.1.0: Data Update

Choose a tag to compare

@coatless coatless released this 26 Apr 01:23
  • Adds two columns to choice matrix: hard_q_id and easy_q_id.

cIRT 1.0.0: Initial Package Released to CRAN

Choose a tag to compare

@coatless coatless released this 07 Dec 00:18

Uploaded cIRT package to CRAN that contains the Choice Item Response Theory Methodology.