To facilitate using 'cereal' with Rcpp. 'cereal' is a header-only C++11 serialization library. 'cereal' takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. 'cereal' was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone.
Version: | 1.1.2 |
Suggests: | Rcpp, git2r, httr, testthat, tools, devtools |
Published: | 2015-11-02 |
Author: | Wush Wu, Randolph Voorhies, and Shane Grant |
Maintainer: | Wush Wu <wush978 at gmail.com> |
License: | BSD_2_clause + file LICENSE |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | README |
CRAN checks: | Rcereal results |
Reference manual: | Rcereal.pdf |
Package source: | Rcereal_1.1.2.tar.gz |
Windows binaries: | r-devel: Rcereal_1.1.2.zip, r-release: Rcereal_1.1.2.zip, r-oldrel: Rcereal_1.1.2.zip |
OS X Snow Leopard binaries: | r-release: Rcereal_1.1.2.tgz, r-oldrel: not available |
OS X Mavericks binaries: | r-release: Rcereal_1.1.2.tgz |