- Improved documentation.
- Add examples.
- Pkgdown site: adding function families.
- Improved vignettes.
- Fig bug in
make_priors_and_init
when a background item is seen only once.
Now warns or fails gracefully.
- Add prior and init elicitation functions.
- Add vignette for prior elicitation.
- Using Roxygen with Markdown. Add Rdpack dependency to generate references with Bibtex.
- Add runtime checks for matrix invertibility.
- CRITICAL: fix prior matrices estimation.
- Removed dplyr Suggests.
- Fix incompatibility with tibbles.
- Updated to conform to tolerance in new RcppArmadillo
inv_sympd
: introduced tolerant functioninv_sympd_chol
. samesource_C
gains parametermarginals
: ifTRUE
, return also all log-marginals in the BF calculation.
- Removed dependencies magrittr, matrixStats.
- Removed OpenMP support.
- Modified vignette.
- Added unit test to check sign of LR in known conditions.
- Added information if Wishart is degenerate.
- Added 1D Wishart test.
- Added
bayessource::rmvnorm
RNG test.
- Fixed OpenMP support (now RcppArmadillo does not complain anymore).
- Fixed dependencies.
- Added
Rcpp::checkUserInterrupt()
to MCMC loops.
- Added a
NEWS.md
file to track changes to the package.