Changes in version 2.0.2 (2025-09-28) 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. - Fixed CITATION file to use c() instead of personList() and bibentry() to avoid CRAN check notes. - Updated GitHub Action workflows. Changes in version 2.0.1 Documentation - Added a pkgdown website that deploys to https://tmsalab.github.io/dina/ - Remove manual escape of % as it is auto-escaped by roxygen2 v7.0.0. - Update README Deployment - Changed from Travis-CI to GitHub Actions (#7) Changes in version 2.0.0 (2019-02-01) API Breakage - Deprecated DINA_Gibbs() in favor of dina(), which generates the correct alpha matrix (Amat) inside of the function instead of relying on the user to set it up. - The call to estimate with the gibbs sampling technique is now: dina(Y, Q, chain_length) Changes - Switched internal portions of the package to use the simcdm C++ routines and imported R level-routines. - Switched from src/init.c to autogeneration via Rcpp 0.12.15 - Removed miscellaneous RNG seed. Documentation - Enabled markdown for inline documentiona with roxygen2. - Improved documentation flow Deployment - Added TMSA Lab's Travis-CI configuration for testing across R versions. - Added Unit Tests for model reproducibility. - Added code coverage results. Changes in version 1.0.2 (2017-04-26) - Addressed R 3.4 registration requirements. - Added URL to GitHub repository. Changes in version 1.0.1 (2015-10-28) - Fixed notation in a few examples and computation code. Changes in version 1.0.0 - Initial release of the dina package.