eddelbuettel/rapiserialize: R API Serialization

Access to the internal R serialization code is provided for use by other packages at the C function level by using the registration of native function mechanism. Client packages simply include a single header file RApiSerializeAPI.h provided by this package. This packages builds on the Rhpc package by Ei-ji Nakama and Junji Nakano which also includes a (partial) copy of the file src/main/serialize.c from R itself. The R Core group is the original author of the serialization code made available by this package.

Getting started

Package details

AuthorDirk Eddelbuettel, Ei-ji Nakama, Junji Nakano, and R Core (original code)
MaintainerDirk Eddelbuettel <edd@debian.org>
LicenseGPL (>= 2)
Version0.1.2
URL https://github.com/eddelbuettel/rapiserialize https://dirk.eddelbuettel.com/code/rapiserialize.html
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("eddelbuettel/rapiserialize")
eddelbuettel/rapiserialize documentation built on Feb. 27, 2024, 4:32 a.m.