README.md

Protocol buffers library as an R package

This package provides the C++ headers and static library of Protocol buffers 2.6.0 for other R packages to compile and link against. Here is the instructions of using it:

Install the package

devtools::install_github("RGLab/RProtoBufLib")

Modified DESCRIPTION file

LinkingTo: Rcpp, RProtoBufLib

Modified src/Makevars file

PKG_LIBS =`${R_HOME}/bin/Rscript -e "RProtoBufLib::LdFlags()"`


Try the RProtoBufLib package in your browser

Any scripts or data that you put into this service are public.

RProtoBufLib documentation built on Nov. 8, 2020, 7:51 p.m.