robertzk / RDS2

Slightly smarter (customizable) serialization for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Slightly smarter (customizable) serialization for R

License:MIT License


Languages

Language:R 100.0%