README.md

Better R serialization Build Status Coverage Status Documentation

A slightly improved serialization format over R's built-in RDS that solves the problem of serializing external pointers (e.g., to non-native C structures).

Installation

This package is not yet available from CRAN (as of October 4, 2015). To install the latest development builds directly from GitHub, run this instead:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("robertzk/RDS2")


robertzk/RDS2 documentation built on May 27, 2019, 10:33 a.m.