# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "protolite" in publications use:' type: software license: MIT title: 'protolite: Highly Optimized Protocol Buffer Serializers' version: 2.3.0 doi: 10.32614/CRAN.package.protolite abstract: 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: - family-names: Ooms given-names: Jeroen email: jeroen@berkeley.edu repository: https://jeroen.r-universe.dev repository-code: https://github.com/jeroen/protolite commit: 873ce54c2be6820be45dba48e4b68f7ec26f878c url: https://jeroen.r-universe.dev/protolite contact: - family-names: Ooms given-names: Jeroen email: jeroen@berkeley.edu