- updated to Rcpp 1.0.11.6 to address -Wformat-security issue
- updated documentation to address breaking change in roxygen2
- require R >= 3.6 to ensure C++11 standard
- updated code in anticipation of stringsAsFactors = FALSE in forthcoming R versions
- adjusted examples and vignettes to accommodate run-times of examples that are numerically zero
- updated citation information in README
- Fixed memory leaks in C++ routines
- Added a
NEWS.md
file to track changes to the package - Updated CITATION to reflect publication in JOSS
- C++ routines are registered now
- vignette now uses the rbenchmark package instead of microbenchmark