NEWS | R Documentation |
News for Package RApiSerialize
Changes in version 0.1.4 (2024-09-28)
Several packaging updates: switched to Authors@R, README.md badge updates, added .editorconfig and cleanup
Changes in version 0.1.3 (2024-05-13)
Add an
xdr
argument to disable XDR for an approx. threefold speed increase (Travers Ching and Dirk in #6)Use R_NO_REMAP and Rf_* prefix for API calls
Minor continuous integration updates
Changes in version 0.1.2 (2022-08-25)
Correct an
error()
call (when missing long vector support) to not use i18n macro
Changes in version 0.1.1 (2022-08-07)
Updated CI use to r-ci
Expanded and updated both DESCRIPTION and README.md
Updated package internals to register compiled functions
Add support for serialization format 3, default remains 2
Minor synchronization with upstream
Changes in version 0.1.0 (2014-04-19)
Initial public version and CRAN upload
Two simple functions
serializeToRaw
andunserializeFromRaw
are provided in this version; each takes aSEXP
argument and returns aSEXP
argument