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