Changelog
Source:NEWS.md
iccbeta 1.2.1
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. - Switched from Travis-CI to GitHub Action workflows.
Documentation
- Added a
pkgdownwebsite that deploys to https://tmsalab.github.io/iccbeta/.
iccbeta 1.2.0
CRAN release: 2019-01-28
iccbeta 1.1.0
CRAN release: 2017-08-22
- Adds instructions on how to create
simICCdata2to relevant helpdocs - Switched over to using Rcpp to handle function registration instead of
src/init.c. - Added namespace requirement check for
lme4andRLRsimto documentation. - Modified Travis-CI to use a later gcc