CRAN/E | RcppMsgPack

RcppMsgPack

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

Installation

About

'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 RcppMsgPack copyright details
Bug report File report

Key Metrics

Version 0.2.3
Published 2018-11-18 2078 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks RcppMsgPack results

Downloads

Yesterday 12 0%
Last 7 days 101 +87%
Last 30 days 262 +1%
Last 90 days 732 -5%
Last 365 days 2.725 -2%

Maintainer

Maintainer

Dirk Eddelbuettel

Authors

Travers Ching
Dirk Eddelbuettel; the authors
contributors of MsgPack

Material

README
NEWS
ChangeLog
Reference manual
Package source

Vignettes

Using RcppMsgPack

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RcppMsgPack archive

Imports

Rcpp

Suggests

knitr
rmarkdown
microbenchmark

LinkingTo

Rcpp
BH

Reverse Imports

RTD

Reverse Suggests

RcppRedis