Package: protolite Type: Package Title: Highly Optimized Protocol Buffer Serializers Author: Jeroen Ooms Maintainer: Jeroen Ooms Description: 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.1 License: MIT + file LICENSE URL: https://jeroen.cran.dev/protolite (website) https://github.com/jeroen/protolite (devel) BugReports: https://github.com/jeroen/protolite/issues SystemRequirements: libprotobuf and protobuf-compiler LinkingTo: Rcpp Imports: Rcpp (>= 0.12.12), jsonlite Suggests: spelling, curl, testthat, RProtoBuf, sf RoxygenNote: 6.1.99.9001 Encoding: UTF-8 Language: en-US NeedsCompilation: yes Packaged: 2020-01-11 16:51:57 UTC; jeroen Repository: RSPM Date/Publication: 2020-01-13 10:10:02 UTC Built: R 4.0.3; x86_64-pc-linux-gnu; 2021-02-11 22:00:17 UTC; unix