Changes in version 0.1.10 (2025-03-17) o Simplified DateExample by removing unused API code o Added a new FactorExample with conversion to and from character vectors o Updated and modernised continuous integrations multiple times o Updated a few documentation links o Updated build configuration o Updated README.md badges and URLs o No longer need to set a C++ compilation standard Changes in version 0.1.9 (2019-08-24) o Extended DateExample to use more new Rcpp features o Do not print DataFrame result twice (Xikun Han in #3) o Missing parenthesis added in man page (Chris Muir in #5) o Rewrote StringVectorExample slightly to not run afould the -Wnoexcept-type warning for C++17-related name mangling changes o Updated NAMESPACE and RcppExports.cpp to add registration o Removed the no-longer-needed #define for new Datetime vectors Changes in version 0.1.8 (2016-11-24) o Updated DateExample to show vector addition available under Rcpp 0.12.8 when the (currently still phased in and optional) new Date(time) classes are used via the define in src/Makevars{,.win}; with fallback code for older versions o Other minor edits to DESCRIPTION and README.md Changes in version 0.1.7 (2016-01-24) o All examples were updated to use _Rcpp Attributes_ and (where possible) use const & interfaces. o Updated DESCRIPTION for current R CMD check standards o The Rcpp package is now imported rather than depended upon. o Added README.md as well as .travis.yml. o Also updated and refreshed all manual pages and R files. Changes in version 0.1.6 (2013-01-16) o Moved NEWS.Rd from top-level directory to correct location inst/ per CRAN maintainer suggestion Changes in version 0.1.5 (2012-12-28) o Moved all examples using RcppClassic to a new package RcppClassicExamples o Various minor small updates Changes in version 0.1.4 (2012-08-10) o Added new example for Rcpp sugar and vectorised draws of RNGs o Minor updates to reflect newer CRAN Policy Changes in version 0.1.3 (2011-12-30) o Added new example for Rcpp::DataFrame o Switched two examples from using std::cout (which 'Writing R Extensions' recommends agains) to the new Rcpp::Rcout device o Minor .Rd correction, suppressing one warning Changes in version 0.1.2 (2010-12-22) o Updated src/Makevars o Now depends also on RcppClassic so that we can keep continue to show examples using the classic API o Added examples for Rcpp::Date, Rcpp::Datetime and Rcpp::List Changes in version 0.1.1 (2010-07-30) o Minor update, no new examples or documentation added yet Changes in version 0.1.0 (2010-03-11) o Initial release as a package, carved out of Rcpp 0.7.7