| NEWS | R Documentation |
News for Package tidyCpp
Changes in tidyCpp version 0.0.9 (2026-03-03)
Several vignette typos have been corrected (#4 addressing #3)
A badge for r-universe has been added to the README.md
The vignette is now served via GitHub Pages and that version is referenced in the README.
Two entry points reintroduced and redefined using permitted R API function (Ivan Krylov in #5).
Another entry has been removed to match R-devel API changes.
Six new attributes helpers have been added for R 4.6.0 or later.
-
VECTOR_PTR_RO(x)replaces the removedVECTOR_PTR, a warning or deprecation period would have been nice here.
Changes in tidyCpp version 0.0.8 (2025-11-25)
Updated continuous integration setup several times
Updated README.md documentation with link to R API site
Updated example snippets to use of
ProtectUpdated documentation in
defines.hheaderUpdated
internals.hheader reflecting in R API changes
Changes in tidyCpp version 0.0.7 (2023-11-30)
Add an example for a numeric matrix creator
Update the continuous integration setup
Accomodate print format warnings from r-devel
Changes in tidyCpp version 0.0.6 (2021-12-06)
Assign nullptr in dtor for
ProtectclassSwitch vignette engine to simplermarkdown
Changes in tidyCpp version 0.0.5 (2021-09-16)
The
Protectclass uses default copy and move assignments and constructorsThe data object in
NumVecis now aProtectobject
Changes in tidyCpp version 0.0.4 (2021-09-05)
Minor updates to DESCRIPTION
New snippet
rollminmaxExamplewith simple vector useNew class
NumVecmotivated from rolling min/max exampleExpand the vignette with C++ example based on NumVec
Add a table of contents to the vignette
Changes in tidyCpp version 0.0.3 (2021-03-07)
Switch CI use to r-ci
Protect nil object definition
Changes in tidyCpp version 0.0.2 (2020-11-12)
Expanded definitions in
internals.hto support new example.The vignette has been extended with an example based on package uchardet.
Class
Shieldhas been replaced by an new classProtect; a compatibilitytypdefhas been added.The examples and vignette have been clarified with respect to proper ownership of protected objects; a new vignette section was added.
Changes in tidyCpp version 0.0.1 (2020-09-27)
Initial release with several basic headers and introductory vignette