-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
30 lines (30 loc) · 1.65 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: RProtoBuf
Version: 0.4.22.4
Date: 2024-11-12
Authors@R: c(person("Romain", "Francois", role = "aut",
comment = c(ORCID = "0000-0002-2444-4226")),
person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Murray", "Stokely", role = "aut",
comment = c(ORCID = "0009-0008-3390-1338")),
person("Jeroen", "Ooms", role = "aut",
comment = c(ORCID = "0000-0002-4035-0289")))
Title: R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)
Description: Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. Google uses Protocol Buffers for almost all
of its internal 'RPC' protocols and file formats. Additional documentation
is available in two included vignettes one of which corresponds to our 'JSS'
paper (2016, <doi:10.18637/jss.v071.i02>. A sufficiently recent version of
'Protocol Buffers' library is required; currently version 3.3.0 from 2017
is the stated minimum.
Depends: R (>= 3.0.0), methods
Imports: utils, stats, tools, Rcpp
LinkingTo: Rcpp
Suggests: tinytest
SystemRequirements: ProtoBuf libraries and compiler version 3.3.0 or later;
On Debian/Ubuntu these can be installed as libprotoc-dev, libprotobuf-dev
and protobuf-compiler, while on Fedora/CentOS protobuf-devel and
protobuf-compiler are needed. A C++17 compiler is required as well.
BugReports: https://github.com/eddelbuettel/rprotobuf/issues
URL: https://github.com/eddelbuettel/rprotobuf, https://dirk.eddelbuettel.com/code/rprotobuf.html
License: GPL (>= 2)