| NEWS | R Documentation |
News for Package RcppClassicExamples
Changes in version 0.1.4 (2026-03-16)
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 withRcpp::stop()Updated versioned dependencies
Changes in version 0.1.3 (2023-11-30)
Update
Rf_error()call to not tickle-WformatMinor other packaging and continuous integration tweaks
Changes in version 0.1.2 (2018-03-15)
Registered S3 print method [per CRAN request]
Added
src/init.cwith registration and updated all.Callusages taking advantage of itUpdated http references to https
Updated DESCRIPTION conventions
Changes in version 0.1.1 (2012-12-30)
Added versioned Depends: in DESCRIPTION to not build under older versions of Rcpp and RcppClassic
Changes in version 0.1.0 (2012-12-27)
Initial release, split from package RcppExamples