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.
Version: | 2.3.1 |
Imports: | Rcpp (≥ 0.12.12), jsonlite |
LinkingTo: | Rcpp |
Suggests: | spelling, curl, testthat, sf |
Published: | 2024-10-04 |
DOI: | 10.32614/CRAN.package.protolite |
Author: | Jeroen Ooms [aut, cre] |
Maintainer: | Jeroen Ooms <jeroenooms at gmail.com> |
BugReports: | https://github.com/jeroen/protolite/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/jeroen/protolite https://jeroen.r-universe.dev/protolite |
NeedsCompilation: | yes |
SystemRequirements: | libprotobuf and protobuf-compiler |
Language: | en-US |
Materials: | NEWS |
CRAN checks: | protolite results |
Reference manual: | protolite.pdf |
Package source: | protolite_2.3.1.tar.gz |
Windows binaries: | r-devel: protolite_2.3.1.zip, r-release: protolite_2.3.1.zip, r-oldrel: protolite_2.3.1.zip |
macOS binaries: | r-release (arm64): protolite_2.3.1.tgz, r-oldrel (arm64): protolite_2.3.1.tgz, r-release (x86_64): protolite_2.3.1.tgz, r-oldrel (x86_64): protolite_2.3.1.tgz |
Old sources: | protolite archive |
Reverse imports: | geojson, mapboxapi, opencpu, phantasus |
Reverse suggests: | polmineR, rgbif |
Please use the canonical form https://CRAN.R-project.org/package=protolite to link to this page.