Package: RProtoBuf Version: 0.4.27 Date: 2026-04-26 Authors@R: c(person("Romain", "Francois", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")), person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", 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, . A sufficiently recent version of 'Protocol Buffers' library is required; currently version 3.3.0 from 2017 is the tested minimum. Imports: methods, 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 modern 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) VignetteBuilder: Rcpp Config/pak/sysreqs: libprotobuf-dev protobuf-compiler libprotoc-dev Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-06-11 21:26:29 UTC RemoteUrl: https://github.com/eddelbuettel/rprotobuf RemoteRef: HEAD RemoteSha: 2837d02c74baf1062272adf2e15ed8a37eea7dbf NeedsCompilation: yes Packaged: 2026-06-23 17:34:56 UTC; root Author: Romain Francois [aut] (ORCID: ), Dirk Eddelbuettel [aut, cre] (ORCID: ), Murray Stokely [aut] (ORCID: ), Jeroen Ooms [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel