Package: RApiSerialize Type: Package Title: R API Serialization Version: 0.1.4 Date: 2024-09-28 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Ei-ji", "Nakama", role = "aut", comment = "Code in package Rhpc"), person("Junji", "Nakano", role = "aut", comment = "Code in package Rhpc"), person("R Core", role = "aut", comment = "Code in R file src/main/serialize.c")) Description: 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. URL: https://github.com/eddelbuettel/rapiserialize, https://dirk.eddelbuettel.com/code/rapiserialize.html BugReports: https://github.com/eddelbuettel/rapiserialize/issues License: GPL (>= 2) Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-06 00:00:09 UTC RemoteUrl: https://github.com/eddelbuettel/rapiserialize RemoteRef: HEAD RemoteSha: 2110468785dacb16392b0ef08491d741471fd1a8 NeedsCompilation: yes Packaged: 2026-06-23 17:36:34 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Ei-ji Nakama [aut] (Code in package Rhpc), Junji Nakano [aut] (Code in package Rhpc), R Core [aut] (Code in R file src/main/serialize.c) Maintainer: Dirk Eddelbuettel