Skip to content

RcppMsgPack

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

v0.2.4 · Jan 19, 2025 · GPL (>= 2)

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

Downloads

227

Last 30 days

11845th

838

Last 90 days

3.4K

Last year

Trend: -26.1% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 12 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 25, 2026
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  9.8Mb
  sub-directories of 1Mb or more:
    include   6.7Mb
    libs      2.7Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  9.7Mb
  sub-directories of 1Mb or more:
    include   6.7Mb
    libs      2.6Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  8.0Mb
  sub-directories of 1Mb or more:
    include   6.4Mb
    libs      1.1Mb
ERROR 10 OK · 3 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/RcppMsgPack.Rcheck/00install.out' for details.
NOTE r-oldrel-macos-arm64

installed package size

installed size is  9.8Mb
  sub-directories of 1Mb or more:
    include   6.7Mb
    libs      2.7Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  9.7Mb
  sub-directories of 1Mb or more:
    include   6.7Mb
    libs      2.6Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  8.0Mb
  sub-directories of 1Mb or more:
    include   6.4Mb
    libs      1.1Mb
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  9.8Mb
  sub-directories of 1Mb or more:
    include   6.7Mb
    libs      2.7Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  9.7Mb
  sub-directories of 1Mb or more:
    include   6.7Mb
    libs      2.6Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  8.0Mb
  sub-directories of 1Mb or more:
    include   6.4Mb
    libs      1.1Mb

Reverse Dependencies (2)

imports

RTD

suggests

Dependency Network

Dependencies Reverse dependencies Rcpp RTD RcppRedis RcppMsgPack

Version History

new 0.2.4 Mar 10, 2026
updated 0.2.4 ← 0.2.3 diff Jan 18, 2025
updated 0.2.3 ← 0.2.2 diff Nov 17, 2018
updated 0.2.2 ← 0.2.1 diff May 5, 2018
updated 0.2.1 ← 0.2.0 diff Jan 15, 2018
updated 0.2.0 ← 0.1.1 diff Sep 6, 2017
new 0.1.1 Jun 11, 2017