-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
21 lines (21 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: RApiSerialize
Type: Package
Title: R API Serialization
Version: 0.1.4
Date: 2024-09-28
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Ei-ji", "Nakama", role = "aut", comment = "Code in package Rhpc"),
person("Junji", "Nakano", role = "aut", comment = "Code in package Rhpc"),
person("R Core", role = "aut", comment = "Code in R file src/main/serialize.c"))
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)