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) at <http://arxiv.org/abs/1401.7372>.
Version: | 0.4.3 |
Depends: | R (≥ 3.0.0), methods |
Imports: | utils, stats, tools, Rcpp, RCurl |
LinkingTo: | Rcpp |
Suggests: | RUnit, highlight |
Published: | 2015-08-25 |
Author: | Romain Francois, Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/eddelbuettel/rprotobuf/issues |
License: | GPL-2 |
URL: | https://github.com/eddelbuettel/rprotobuf |
NeedsCompilation: | yes |
SystemRequirements: | ProtoBuf libraries and compiler version 2.2.0 or later. On Debian/Ubuntu these are libprotoc-dev and libprotobuf-dev, while on Fedora protobuf-devel and protobuf-compiler are needed. |
Citation: | RProtoBuf citation info |
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.3.tar.gz |
Windows binaries: | r-devel: RProtoBuf_0.4.2.zip, r-release: RProtoBuf_0.4.2.zip, r-oldrel: RProtoBuf_0.4.3.zip |
OS X Snow Leopard binaries: | r-release: RProtoBuf_0.4.3.tgz, r-oldrel: RProtoBuf_0.4.2.tgz |
OS X Mavericks binaries: | r-release: RProtoBuf_0.4.2.tgz |
Old sources: | RProtoBuf archive |
Reverse suggests: | opencpu |
Reverse enhances: | HistogramTools |