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()"`


RGLab/RProtoBufLib documentation built on July 31, 2023, 5:40 p.m.