forked from eddelbuettel/rapiserialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (18 loc) · 956 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: RApiSerialize
Type: Package
Title: R API Serialization
Version: 0.1.0.1
Date: 2019-01-03
Author: Dirk Eddelbuettel, Ei-ji Nakama, Junji Nakano, and R Core (original code)
Maintainer: Dirk Eddelbuettel <[email protected]>
Description: Access to the internal R serialization code is provided for
use by other packages at the C function level by using the registration of
native function mechanism. Client packages simply include a single header
file RApiSerializeAPI.h provided by this package. This packages builds on
the Rhpc package by Ei-ji Nakama and Junji Nakano which also includes a
(partial) copy of the file src/main/serialize.c from R itself. The R Core
group is the original author of the serialization code made available by
this package.
URL: https://github.com/eddelbuettel/rapiserialize, https://dirk.eddelbuettel.com/code/rapiserialize.html
BugReports: https://github.com/eddelbuettel/rapiserialize/issues
License: GPL (>= 2)