Release 0.4.9
Changes in RProtoBuf version 0.4.9 (2017-03-06)
-
A new file
init.c
was added with calls toR_registerRoutines()
andR_useDynamicSymbols()
-
Symbol registration is enabled in
useDynLib
-
Several missing
PACKAGE=
arguments were added to the corresponding.Call
invocations -
Two (internal) C++ functions were renamed with suffix
_cpp
to disambiguate them from R functions with the same name -
All of above were part of #26
-
Some editing corrections were made to the introductory vignette (David Kretch in #25)
-
The 'configure.ac' file was updated, and renamed from the older converntion 'configure.in', along with 'src/Makevars'. (PR #24 fixing #23)