Package: protolite 2.3.1

protolite: Highly Optimized Protocol Buffer Serializers

Pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. Currently supports 'rexp.proto' for serialized R objects, 'geobuf.proto' for binary geojson, and 'mvt.proto' for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The 'RProtoBuf' package on the other hand uses the protobuf runtime library to provide a general- purpose toolkit for reading and writing arbitrary protocol-buffer data in R.

Authors:Jeroen Ooms [aut, cre]

protolite_2.3.1.tar.gz
protolite_2.3.1.zip(r-4.5)protolite_2.3.1.zip(r-4.4)protolite_2.3.1.zip(r-4.3)
protolite_2.3.1.tgz(r-4.4-x86_64)protolite_2.3.1.tgz(r-4.4-arm64)protolite_2.3.1.tgz(r-4.3-x86_64)protolite_2.3.1.tgz(r-4.3-arm64)
protolite_2.3.1.tar.gz(r-4.5-noble)protolite_2.3.1.tar.gz(r-4.4-noble)
protolite.pdf |protolite.html
protolite/json (API)
NEWS

# Install 'protolite' in R:
install.packages('protolite', repos = c('https://jeroen.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jeroen/protolite/issues

Uses libs:
  • protobuf– Protocol buffers C++ library
  • c++– GNU Standard C++ Library v3

On CRAN:

7.90 score 48 stars 18 packages 27 scripts 7.6k downloads 7 exports 2 dependencies

Last updated 1 months agofrom:65097a72c8. Checks:OK: 3 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 02 2024
R-4.5-win-x86_64OKNov 02 2024
R-4.5-linux-x86_64OKNov 02 2024
R-4.4-win-x86_64NOTENov 02 2024
R-4.4-mac-x86_64NOTENov 02 2024
R-4.4-mac-aarch64NOTENov 02 2024
R-4.3-win-x86_64NOTENov 02 2024
R-4.3-mac-x86_64NOTENov 02 2024
R-4.3-mac-aarch64NOTENov 02 2024

Exports:geobuf2jsonjson2geobufread_geobufread_mvt_dataread_mvt_sfserialize_pbunserialize_pb

Dependencies:jsonliteRcpp

Readme and manuals

Help Manual

Help pageTopics
Geobufgeobuf geobuf2json json2geobuf read_geobuf
Mapbox Vector Tilesmapbox read_mvt_data read_mvt_sf
Serialize to Protocol Buffersprotolite serialize_pb unserialize_pb