Changes in version 0.1.4 (2026-03-16) o Continuous integration has been updated several times o DESCRIPTION now uses Authors@R o Static linking is enforced, RcppClassic (>= 0.9.14) required o Calls to Rf_error() have been replaced with Rcpp::stop() o Updated versioned dependencies Changes in version 0.1.3 (2023-11-30) o Update Rf_error() call to not tickle -Wformat o Minor other packaging and continuous integration tweaks Changes in version 0.1.2 (2018-03-15) o Registered S3 print method [per CRAN request] o Added src/init.c with registration and updated all .Call usages taking advantage of it o Updated http references to https o Updated DESCRIPTION conventions Changes in version 0.1.1 (2012-12-30) o Added versioned Depends: in DESCRIPTION to not build under older versions of Rcpp and RcppClassic Changes in version 0.1.0 (2012-12-29) o Initial release, split from package RcppExamples