Skip to content

Releases: tmsalab/dina

dina 2.0.0 - "Changes are Powerful"

01 Feb 19:21
9ae70d9
Compare
Choose a tag to compare

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.

Maintenance Release for R 3.4

26 Apr 15:50
Compare
Choose a tag to compare
  • Addressed R 3.4 registration requirements.
  • Added URL to GitHub repository.

Notational Fix

26 Apr 02:03
Compare
Choose a tag to compare
  • Changed guessing and slipping notation from SS and GS to SigS and GamS.

Initial Release to CRAN

26 Apr 02:02
Compare
Choose a tag to compare

Introduction of the dina package on CRAN.