Other packages > Find by keyword >

RProtoBuf  

R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)
View on CRAN: Click here


Download and install RProtoBuf package within the R console
Install from CRAN:
install.packages("RProtoBuf")

Install from Github:
library("remotes")
install_github("cran/RProtoBuf")

Install by package version:
library("remotes")
install_version("RProtoBuf", "0.4.25")



Attach the package and use:
library("RProtoBuf")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-02-02
Latest Update: 2025-03-31
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 stated minimum.
How to cite:
Dirk Eddelbuettel (2010). RProtoBuf: R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3). R package version 0.4.25, https://cran.r-project.org/web/packages/RProtoBuf. Accessed 15 Sep. 2026.
Previous versions and publish date:
(2026-08-22 00:02), 0.1-0 (2010-02-02 11:08), 0.2.0 (2010-09-11 20:00), 0.2.1 (2010-10-18 21:09), 0.2.2 (2011-01-12 08:55), 0.2.3 (2011-04-13 11:25), 0.2.4 (2012-05-16 14:29), 0.2.5 (2012-08-09 09:11), 0.2.6 (2012-10-04 14:42), 0.3.1 (2013-09-15 16:58), 0.3.2 (2013-12-16 11:22), 0.3 (2013-07-15 18:28), 0.4.0 (2014-01-20 00:25), 0.4.1 (2014-03-25 21:51), 0.4.2 (2014-12-11 13:57), 0.4.3 (2015-08-25 16:29), 0.4.4 (2016-07-11 08:44), 0.4.5 (2016-08-29 17:44), 0.4.6 (2016-09-09 18:10), 0.4.7 (2016-10-29 22:24), 0.4.8 (2017-01-17 19:41), 0.4.9 (2017-03-07 00:39), 0.4.10 (2017-08-13 22:55), 0.4.11 (2017-10-03 21:58), 0.4.12 (2018-07-11 08:40), 0.4.13 (2018-11-03 17:00), 0.4.14 (2019-06-30 18:30), 0.4.15 (2020-02-08 15:10), 0.4.16 (2020-03-19 15:00), 0.4.17 (2020-03-28 06:50), 0.4.18 (2021-12-16 09:50), 0.4.19 (2022-05-06 16:40), 0.4.20 (2022-11-03 10:00), 0.4.21 (2023-12-13 14:50), 0.4.22 (2024-01-21 14:42), 0.4.23 (2025-01-14 20:00), 0.4.24 (2025-03-31 21:00), 0.4.25 (2026-01-11 17:30), 0.4.26 (2026-03-07 07:10), 0.4.27 (2026-04-26 16:30)
Other packages that cited RProtoBuf R package
View RProtoBuf citation profile
Other R packages that RProtoBuf depends, imports, suggests or enhances
Complete documentation for RProtoBuf
Functions, R codes and Examples using the RProtoBuf R package
Some associated functions: ArrayInputStream-class . ArrayInputStream-methods . ArrayOutputStream-class . ArrayOutputStream-methods . BackUp-methods . ByteCount-methods . ConnectionInputStream-class . ConnectionInputStream-methods . ConnectionOutputStream-class . ConnectionOutputStream-methods . Descriptor-class . EnumDescriptor-class . EnumValueDescriptor-class . FieldDescriptor-class . FileDescriptor-class . FileInputStream-class . FileInputStream-methods . FileOutputStream-class . FileOutputStream-methods . GetErrno-methods . Message-class . MethodDescriptor-class . Next-methods . P . RProtoBuf-package . ServiceDescriptor-class . SetCloseOnDelete-methods . Skip-methods . ZeroCopyInputStream-class . ZeroCopyOutputStream-class . add . asMessage . aslist . bytesize . clear . clone . completion . containing_type-methods . descriptor . enum_type . enum_type_count . fetch . field . field_count . fileDescriptor . has . isInitialized . is_extension . label . merge . name . nested_type . nested_type_count . number . read . readASCII . readJSON . readProtoFiles . serialize_pb . set . size . sizegets . swap . type . with . 
Some associated R codes: 00classes.R . add.R . aslist.R . clear.R . clone.R . completion.R . containing_type.R . debug_string.R . descriptor.R . extensions.R . field_count.R . has.R . identical.R . initialized.R . internals.R . lookup.R . merge.R . read.R . rexp_obj.R . serialize.R . serialize_pb.R . set.R . size.R . swap.R . text_format.R . unit_tests.R . with.R . wrapper_CodedInputStream.R . wrapper_CodedOutputStream.R . wrapper_EnumDescriptor.R . wrapper_EnumValueDescriptor.R . wrapper_FieldDescriptor.R . wrapper_MethodDescriptor.R . wrapper_ServiceDescriptor.R . wrapper_ZeroCopyInputStream.R . zzz.R .  Full RProtoBuf package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

AFR  
Toolkit for Regression Analysis of Kazakhstan Banking Sector Data
Tool is created for regression, prediction and forecast analysis of macroeconomic and credit data. ...
Download / Learn more Package Citations See dependency  
functClust  
Functional Clustering of Redundant Components of a System
Cluster together the components that make up an interactivesystem on the basis of their functional r ...
Download / Learn more Package Citations See dependency  
CTTinShiny  
Shiny Interface for the CTT Package
A Shiny interface developed in close coordination with the CTT package, providing a GUI that guides ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
objectSignals  
Observer Pattern for S4
A mutable Signal object can report changes to its state, clients could register functions so that t ...
Download / Learn more Package Citations See dependency  
SiER  
Signal Extraction Approach for Sparse Multivariate Response Regression
Methods for regression with high-dimensional predictors andunivariate or maltivariate response varia ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA