Package: RApiSerialize 0.1.4
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.
Authors:
RApiSerialize_0.1.4.tar.gz
RApiSerialize_0.1.4.zip(r-4.5)RApiSerialize_0.1.4.zip(r-4.4)RApiSerialize_0.1.4.zip(r-4.3)
RApiSerialize_0.1.4.tgz(r-4.4-x86_64)RApiSerialize_0.1.4.tgz(r-4.4-arm64)RApiSerialize_0.1.4.tgz(r-4.3-x86_64)RApiSerialize_0.1.4.tgz(r-4.3-arm64)
RApiSerialize_0.1.4.tar.gz(r-4.5-noble)RApiSerialize_0.1.4.tar.gz(r-4.4-noble)
RApiSerialize_0.1.4.tgz(r-4.4-emscripten)RApiSerialize_0.1.4.tgz(r-4.3-emscripten)
RApiSerialize.pdf |RApiSerialize.html✨
RApiSerialize/json (API)
NEWS
# Install 'RApiSerialize' in R: |
install.packages('RApiSerialize', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rapiserialize/issues
Last updated 2 months agofrom:d424c4f050. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win-x86_64 | OK | Oct 28 2024 |
R-4.5-linux-x86_64 | OK | Oct 28 2024 |
R-4.4-win-x86_64 | OK | Oct 28 2024 |
R-4.4-mac-x86_64 | OK | Oct 28 2024 |
R-4.4-mac-aarch64 | OK | Oct 28 2024 |
R-4.3-win-x86_64 | OK | Oct 28 2024 |
R-4.3-mac-x86_64 | OK | Oct 28 2024 |
R-4.3-mac-aarch64 | OK | Oct 28 2024 |
Exports:serializeToRawunserializeFromRaw
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
R API for Serialization | RApiSerialize-package RApiSerialize serializeToRaw unserializeFromRaw |