R: News for Package 'RcppExamples' (original) (raw)
Changes in RcppExamples version 0.1.10 (2025-03-17)
Simplified DateExample by removing unused API code
Added a new FactorExample with conversion to and from character vectors
Updated and modernised continuous integrations multiple times
Updated a few documentation links
Updated build configuration
Updated README.md badges and URLs
No longer need to set a C++ compilation standard
Changes in RcppExamples version 0.1.9 (2019-08-24)
Extended DateExample to use more new Rcpp features
Do not print DataFrame result twice (Xikun Han in #3)
Missing parenthesis added in man page (Chris Muir in #5)
Rewrote StringVectorExample slightly to not run afould the-Wnoexcept-type warning for C++17-related name mangling changes
Updated NAMESPACE and RcppExports.cpp to add registration
Removed the no-longer-needed #define for new Datetime vectors
Changes in RcppExamples version 0.1.8 (2016-11-24)
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
Other minor edits to DESCRIPTION and README.md
Changes in RcppExamples version 0.1.7 (2016-01-23)
All examples were updated to use _Rcpp Attributes_and (where possible) use const & interfaces.
Updated DESCRIPTION for current R CMD checkstandards
The Rcpp package is now imported rather than depended upon.
Added README.md as well as .travis.yml.
Also updated and refreshed all manual pages and R files.
Changes in RcppExamples version 0.1.6 (2013-01-15)
Moved NEWS.Rd from top-level directory to correct location inst/ per CRAN maintainer suggestion
Changes in RcppExamples version 0.1.5 (2012-12-27)