| NEWS | R Documentation | 
News for Package tidyCpp
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 - Protectclass
- Switch vignette engine to simplermarkdown 
Changes in tidyCpp version 0.0.5 (2021-09-16)
- The - Protectclass uses default copy and move assignments and constructors
- The data object in - NumVecis now a- Protectobject
Changes in tidyCpp version 0.0.4 (2021-09-05)
- Minor updates to DESCRIPTION 
- New snippet - rollminmaxExamplewith simple vector use
- New class - NumVecmotivated from rolling min/max example
- Expand 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 class- Protect; a compatibility- typdefhas 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