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
Protect
classSwitch vignette engine to simplermarkdown
Changes in tidyCpp version 0.0.5 (2021-09-16)
The
Protect
class uses default copy and move assignments and constructorsThe data object in
NumVec
is now aProtect
object
Changes in tidyCpp version 0.0.4 (2021-09-05)
Minor updates to DESCRIPTION
New snippet
rollminmaxExample
with simple vector useNew class
NumVec
motivated 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.h
to support new example.The vignette has been extended with an example based on package uchardet.
Class
Shield
has been replaced by an new classProtect
; a compatibilitytypdef
has 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