rucrdtw 0.1.6
- updated to Rcpp 1.0.11.6 to address -Wformat-security issue
 
rucrdtw 0.1.5
- updated documentation to address breaking change in roxygen2
 
- require R >= 3.6 to ensure C++11 standard
 
rucrdtw 0.1.4
- 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
 
rucrdtw 0.1.3
- Fixed memory leaks in C++ routines
 
rucrdtw 0.1.2
- 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