Several packaging updates: switched to Authors@R, README.md badge updates, added .editorconfig and cleanup
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
Correct an error()
call (when missing long vector
support) to not use i18n macro
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
Initial public version and CRAN upload
Two simple functions serializeToRaw
and
unserializeFromRaw
are provided in this version; each takes
a SEXP
argument and returns a SEXP
argument