• Release of hmcdm package version 2.1.3.

  • Resolved the following warning by setting C++ standard specification to CXX_STD = CXX17.

    • Warning: src/Makevars: Unknown C++ standard ’’ was ignored
  • Release of hmcdm package version 2.1.2.

  • Resolved compilation warnings on CRAN by replacing the deprecated arma::conv_to<double>::from() with arma::as_scalar(). This addresses an issue introduced by a recent RcppArmadillo update and ensures forward compatibility with the latest version of Armadillo.

  • Release of hmcdm package version 2.1.0.

  • Allows sparse response arrays and design arrays with missing values.

  • Release of hmcdm package version 2.0.0.

Deployment

  • Switched to GitHub Actions from Travis-CI (#4)
  • Initial release of the hmcdm package.