RProtoBuf 0.4.1
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new bug-fix release release 0.4.1 of
RProtoBuf,
is now on CRAN.
RProtoBuf
provides GNU R
bindings for the
Google Protocol Buffers (“Protobuf”)
data encoding
library used and released by Google, and deployed as a language and
operating-system agnostic protocol by numerous projects.
Murray once more shouldered most of the
actual burden and fixed a number of issues detailed below.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
CRANberries also provides a diff to the previous release. More information is at the RProtoBuf page which has a draft package vignette, a ‘quick’ overview vignette and a unit test summary vignette. Questions, comments etc should go to the rprotobuf mailing list off the RProtoBuf page at R-Forge.Changes in RProtoBuf version 0.4.1 (2014-03-25)
Document and add a test for the deprecated group functionality.
Add a
CITATION
file pointing to our arXiv.org preprint.Fix a bug in the
show
method forEnumDescriptor
types.Import all top-level enums from imported
.proto
files.Removed duplicate enum value type from the unit tests that caused problems with the most recent libprotobuf-2.5. (without option allow_alias).
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.