Package: RcppMsgPack
Type: Package
Title: 'MsgPack' C++ Header Files and Interface Functions for R
Version: 0.2.4
Date: 2025-01-19
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
                    comment = c(ORCID = "0000-0001-6419-907X")),
             person("Travers", "Ching", email = "traversc@gmail.com", role = "aut"),
             person("MsgPack Authors", role = "aut", comment = "Authors of included MsgPack"))
Description: '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'.  
Copyright: file inst/COPYRIGHTS
License: GPL (>= 2)
Imports: Rcpp
LinkingTo: Rcpp, BH
URL: https://github.com/eddelbuettel/rcppmsgpack,
        https://dirk.eddelbuettel.com/code/rcpp.msgpack.html
BugReports: https://github.com/eddelbuettel/rcppmsgpack/issues
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, microbenchmark
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-01-19 13:13:43 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
  Travers Ching [aut],
  MsgPack Authors [aut] (Authors of included MsgPack)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-01-19 13:40:02 UTC
Built: R 4.4.1; aarch64-apple-darwin20; 2025-01-25 22:26:50 UTC; unix
Archs: RcppMsgPack.so.dSYM
