[Rprotobuf-commits] r777 - pkg/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 14 06:04:06 CET 2014


Author: jeroenooms
Date: 2014-01-14 06:04:06 +0100 (Tue, 14 Jan 2014)
New Revision: 777

Modified:
   pkg/inst/NEWS.Rd
Log:
Added section in NEWS for upcoming release

Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd	2014-01-14 04:49:02 UTC (rev 776)
+++ pkg/inst/NEWS.Rd	2014-01-14 05:04:06 UTC (rev 777)
@@ -2,6 +2,17 @@
 \title{News for Package \pkg{RProtoBuf}}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
+\section{Changes in RProtoBuf version 0.4.0 (2014-01-14)}{
+  \itemize{
+    \item Added Jeroen Ooms as author
+    \item Changes to support CRAN builds for MS Windows. 
+    \item Added functions \code{serialize_pb}, \code{unserialize_pb},
+    and \code{can_serialize_pb} plus documentation.
+    \item Added unit tests for serializing and unserializing datasets
+    using \code{serialize_pb}.
+  }
+}
+
 \section{Changes in UNRELEASED RProtoBuf version 0.3.3 (2013-12-26)}{
   \itemize{
     \item Vignettes have been converted to the R 3.0.0 or later use of



More information about the Rprotobuf-commits mailing list