Rcereal
"Cereal Headers for R and C++ Serialization"
v1.3.2
·
Sep 20, 2024
·
BSD_2_clause + file LICENSE
Description
To facilitate using 'cereal' with R via 'cpp11' or '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. Please see <https://uscilab.github.io/cereal/> for more information.
Downloads
CRAN
4.8K
Last 30 days
1743rd
15.2K
Last 90 days
75.7K
Last year
Trend: -19.5% (30d vs prior 30d)
r2u
CRAN
47
Last 30 days
135
Last 90 days
402
Last year
Trend: -39.7% (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 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR
r-devel-windows-x86_64
tests
Running 'test-all.R' [17s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> library(testthat)
> library(Rcereal)
>
> test_check("Rcereal")
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/
...[truncated]...
uct_Rcpp.cpp")`: Error 1 occurred building shared library.
Backtrace:
▆
1. └─Rcpp::sourceCpp(file = "cpp/test_struct_Rcpp.cpp") at test-struct.R:10:5
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 1 ]
Error:
! Test failures.
Execution halted