# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RApiSerialize" in publications use:' type: software license: GPL-2.0-or-later title: 'RApiSerialize: R API Serialization' version: 0.1.3 doi: 10.32614/CRAN.package.RApiSerialize abstract: 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: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Nakama given-names: Ei-ji - family-names: Nakano given-names: Junji - name: R Core repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rapiserialize commit: 15acca593390859af1728bcc777b73af58deea31 url: https://dirk.eddelbuettel.com/code/rapiserialize.html date-released: '2024-05-13' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X