Package: RcppMsgPack 0.2.4

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

Authors:Dirk Eddelbuettel [aut, cre], Travers Ching [aut], MsgPack Authors [aut]

RcppMsgPack_0.2.4.tar.gz
RcppMsgPack_0.2.4.zip(r-4.7)RcppMsgPack_0.2.4.zip(r-4.6)RcppMsgPack_0.2.4.zip(r-4.5)
RcppMsgPack_0.2.4.tgz(r-4.6-x86_64)RcppMsgPack_0.2.4.tgz(r-4.6-arm64)RcppMsgPack_0.2.4.tgz(r-4.5-x86_64)RcppMsgPack_0.2.4.tgz(r-4.5-arm64)
RcppMsgPack_0.2.4.tar.gz(r-4.7-arm64)RcppMsgPack_0.2.4.tar.gz(r-4.7-x86_64)RcppMsgPack_0.2.4.tar.gz(r-4.6-arm64)RcppMsgPack_0.2.4.tar.gz(r-4.6-x86_64)
RcppMsgPack_0.2.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RcppMsgPack/json (API)
NEWS

# Install 'RcppMsgPack' in R:
install.packages('RcppMsgPack', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/rcppmsgpack/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

messagepackmsgpackmsgpack-headerscpp

6.32 score 22 stars 1 packages 21 scripts 343 downloads 20 exports 2 dependencies

Last updated from:09de39f7e1. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK158
linux-devel-x86_64OK153
source / vignettesOK203
linux-release-arm64OK215
linux-release-x86_64OK151
macos-release-arm64OK130
macos-release-x86_64OK342
macos-oldrel-arm64OK117
macos-oldrel-x86_64OK294
windows-develOK154
windows-releaseOK130
windows-oldrelOK147
wasm-releaseOK130

Exports:arrayExenumExmsgpack_formatmsgpack_mapmsgpack_packmsgpack_readmsgpack_simplifymsgpack_timestamp_decodemsgpack_timestamp_encodemsgpack_unpackmsgpack_writemsgpackFormatmsgpackMapmsgpackPackmsgpackReadmsgpackSimplifymsgpackTimestampDecodemsgpackTimestampEncodemsgpackUnpackmsgpackWrite

Dependencies:BHRcpp

Using RcppMsgPack

Rendered fromvignette.rmdusingknitr::rmarkdownon Jun 23 2026.

Last update: 2017-09-14
Started: 2017-09-06

Readme and manuals

Help Manual

Help pageTopics
'MsgPack' C++ Header Files and Interface Functions for RRcppMsgPack-package RcppMsgPack
Simple MsgPack ExamplearrayEx
Second simple MsgPack ExampleenumEx
Format data for 'MsgPack'msgpackFormat msgpack_format
'MsgPack' MapmsgpackMap msgpack_map
'MsgPack' PackmsgpackPack msgpack_pack
'MsgPack' readmsgpackRead msgpack_read
Simplify 'MsgPack'msgpackSimplify msgpack_simplify
'MsgPack' TimestampmsgpackTimestampDecode msgpack_timestamp_decode
'MsgPack' TimestampmsgpackTimestampEncode msgpack_timestamp_encode
'MsgPack' UnpackmsgpackUnpack msgpack_unpack
'MsgPack' writemsgpackWrite msgpack_write