Changelog
Source:NEWS.md
dina 2.0.2
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.
- Fixed CITATION file to use
c()instead ofpersonList()andbibentry()to avoid CRAN check notes. - Updated GitHub Action workflows.
dina 2.0.1
Documentation
- Added a
pkgdownwebsite that deploys to https://tmsalab.github.io/dina/ - Remove manual escape of
%as it is auto-escaped byroxygen2v7.0.0. - Update README
Deployment
- Changed from Travis-CI to GitHub Actions (#7)
dina 2.0.0
CRAN release: 2019-02-01
API Breakage
- Deprecated
DINA_Gibbs()in favor ofdina(), 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)