# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppMsgPack" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppMsgPack: ''MsgPack'' C++ Header Files and Interface Functions for R' version: 0.2.3.2 identifiers: - type: doi value: 10.32614/CRAN.package.RcppMsgPack abstract: '''MsgPack'' header files are provided for use by R packages, along with the ability to access, create and alter ''MsgPack'' objects directly from R. ''MsgPack'' is an efficient binary serialization format. It lets you exchange data among multiple languages like ''JSON'' but it is faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. This package provides headers from the ''msgpack-c'' implementation for C and C++(11) for use by R, particularly ''Rcpp''. The included ''msgpack-c'' headers are licensed under the Boost Software License (Version 1.0); the code added by this package as well the R integration are licensed under the GPL (>= 2). See the files ''COPYRIGHTS'' and ''AUTHORS'' for a full list of copyright holders and contributors to ''msgpack-c''.' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Ching given-names: Travers email: traversc@gmail.com - name: MsgPack Authors preferred-citation: type: manual title: 'RcppMsgPack: ''MsgPack'' C++ Header Files and Interface Functions for R' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Ching given-names: Travers email: traversc@gmail.com - name: MsgPack Authors year: '2023' notes: R package version 0.2.3.2, https://dirk.eddelbuettel.com/code/rcpp.msgpack.html url: https://github.com/eddelbuettel/rcppmsgpack repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rcppmsgpack commit: 2180f8cca3c870c0ec56a4a2a370ea2d5cd6135d url: https://dirk.eddelbuettel.com/code/rcpp.msgpack.html date-released: '2023-04-10' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X references: - type: article title: 'RcppMsgPack: MessagePack Headers and Interface Functions for R' authors: - family-names: Ching given-names: Travers orcid: https://orcid.org/0000-0002-5577-3516 - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X journal: The R Journal year: '2018' volume: '10' issue: '2' doi: 10.32614/RJ-2018-068 start: '516' end: '525'