Package: protolite 2.4.0
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:
protolite_2.4.0.tar.gz
protolite_2.4.0.zip(r-4.6)protolite_2.4.0.zip(r-4.5)protolite_2.4.0.zip(r-4.4)
protolite_2.4.0.tgz(r-4.6-x86_64)protolite_2.4.0.tgz(r-4.6-arm64)protolite_2.4.0.tgz(r-4.5-x86_64)protolite_2.4.0.tgz(r-4.5-arm64)
protolite_2.4.0.tar.gz(r-4.6-arm64)protolite_2.4.0.tar.gz(r-4.6-x86_64)protolite_2.4.0.tar.gz(r-4.5-arm64)protolite_2.4.0.tar.gz(r-4.5-x86_64)
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')) |
Bug tracker:https://github.com/jeroen/protolite/issues
Last updated from:986799f18b. Checks:11 OK, 1 NOTE, 1 FAIL. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 157 | |
| linux-devel-x86_64 | OK | 131 | |
| source / vignettes | OK | 158 | |
| linux-release-arm64 | OK | 150 | |
| linux-release-x86_64 | OK | 108 | |
| macos-devel-arm64 | OK | 127 | |
| macos-devel-x86_64 | OK | 191 | |
| macos-release-arm64 | OK | 108 | |
| macos-release-x86_64 | OK | 211 | |
| windows-devel | OK | 229 | |
| windows-release | OK | 421 | |
| windows-oldrel | NOTE | 229 | |
| wasm-release | FAIL | 78 |
Exports:geobuf2jsonjson2geobufread_geobufread_mvt_dataread_mvt_sfserialize_pbunserialize_pb
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Geobuf | geobuf geobuf2json json2geobuf read_geobuf |
| Mapbox Vector Tiles | mapbox read_mvt_data read_mvt_sf |
| Serialize to Protocol Buffers | protolite serialize_pb unserialize_pb |
