RGLab / RProtoBufLib

bundled Protocol buffers library as an R package
Other
3 stars 2 forks source link

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

Modified src/Makevars file

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