RcppMsgPack: 'MsgPack' C++ Header Files and Interface Functions for R

'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'.

Version: 0.2.3
Imports: Rcpp
LinkingTo: Rcpp, BH
Suggests: knitr, rmarkdown, microbenchmark
Published: 2018-11-18
Author: Travers Ching and Dirk Eddelbuettel; the authors and contributors of MsgPack
RcppMsgPack author details
Maintainer: Dirk Eddelbuettel <edd at debian.org>
BugReports: https://github.com/eddelbuettel/rcppmsgpack/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
Copyright: file inst/COPYRIGHTS
RcppMsgPack copyright details
NeedsCompilation: yes
Materials: README NEWS ChangeLog
CRAN checks: RcppMsgPack results

Documentation:

Reference manual: RcppMsgPack.pdf
Vignettes: Using RcppMsgPack

Downloads:

Package source: RcppMsgPack_0.2.3.tar.gz
Windows binaries: r-devel: RcppMsgPack_0.2.3.zip, r-release: RcppMsgPack_0.2.3.zip, r-oldrel: RcppMsgPack_0.2.3.zip
macOS binaries: r-release (arm64): RcppMsgPack_0.2.3.tgz, r-oldrel (arm64): RcppMsgPack_0.2.3.tgz, r-release (x86_64): RcppMsgPack_0.2.3.tgz
Old sources: RcppMsgPack archive

Reverse dependencies:

Reverse imports: RTD
Reverse suggests: RcppRedis

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppMsgPack to link to this page.