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 the arXiv.org preprint "RProtoBuf: Efficient Cross-Language Data Serialization in R" by Eddelbuettel, Stokely, and Ooms (2014) http://arxiv.org/abs/1401.7372
Version: | 0.4.1 |
Depends: | R (≥ 3.0.0), methods |
Imports: | utils, stats, tools, Rcpp, RCurl |
LinkingTo: | Rcpp |
Suggests: | RUnit, highlight |
Published: | 2014-03-25 |
Author: | Romain Francois, Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | http://r-forge.r-project.org/tracker/index.php?group_id=576&atid=2338 |
License: | GPL-2 |
URL: | http://r-forge.r-project.org/projects/rprotobuf/, http://romainfrancois.blog.free.fr/index.php?category/R-package/RProtoBuf, http://dirk.eddelbuettel.com/blog/code/rprotobuf/, http://arxiv.org/abs/1401.7372 |
NeedsCompilation: | yes |
SystemRequirements: | Protocol Buffer compiler (to create C++ header and source files from .proto descriptions) and library (version 2.2.0 or later) |
Materials: | README NEWS ChangeLog |
In views: | HighPerformanceComputing |
CRAN checks: | RProtoBuf results |
Reference manual: | RProtoBuf.pdf |
Vignettes: |
RProtoBuf-intro RProtoBuf-quickref RProtoBuf-unitTests |
Package source: | RProtoBuf_0.4.1.tar.gz |
Windows binaries: | r-devel: RProtoBuf_0.4.1.zip, r-release: RProtoBuf_0.4.1.zip, r-oldrel: RProtoBuf_0.4.1.zip |
OS X Snow Leopard binaries: | r-release: RProtoBuf_0.4.1.tgz, r-oldrel: RProtoBuf_0.4.1.tgz |
OS X Mavericks binaries: | r-release: RProtoBuf_0.4.1.tgz |
Old sources: | RProtoBuf archive |
Reverse suggests: | opencpu |
Reverse enhances: | HistogramTools |