[Rprotobuf-commits] r549 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Dec 15 23:57:35 CET 2013
Author: edd
Date: 2013-12-15 23:57:34 +0100 (Sun, 15 Dec 2013)
New Revision: 549
Modified:
pkg/ChangeLog
pkg/DESCRIPTION
pkg/inst/NEWS.Rd
Log:
Release 0.3.2
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2013-12-15 15:48:10 UTC (rev 548)
+++ pkg/ChangeLog 2013-12-15 22:57:34 UTC (rev 549)
@@ -1,5 +1,7 @@
2013-12-15 Dirk Eddelbuettel <edd at debian.org>
+ * DESCRIPTION (Version): Release 0.3.2
+
* tests/runUnitTests.R: Minor rewrite and cleanup from doRUnit.R with
a tip of the hat to Murray's version in his HistogramTools package
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2013-12-15 15:48:10 UTC (rev 548)
+++ pkg/DESCRIPTION 2013-12-15 22:57:34 UTC (rev 549)
@@ -1,5 +1,5 @@
Package: RProtoBuf
-Version: 0.3.2
+Version: 0.3.
Date: $Date$
Author: Romain Francois, Dirk Eddelbuettel and Murray Stokely
Maintainer: Dirk Eddelbuettel <edd at debian.org>
@@ -7,7 +7,7 @@
Description: Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. Google uses Protocol Buffers for almost all
of its internal RPC protocols and file formats.
-Depends: R (>= 2.11.0), methods
+Depends: R, methods
LinkingTo: Rcpp
Suggests: RUnit, highlight, Rcpp
Imports: utils, stats, tools, RCurl
Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd 2013-12-15 15:48:10 UTC (rev 548)
+++ pkg/inst/NEWS.Rd 2013-12-15 22:57:34 UTC (rev 549)
@@ -10,9 +10,9 @@
a message of the wrong type instead of causing a C++ check failure
that terminates the Rsession.
\item Change object table lookup slightly to allow users to use the
- '<<-' operator in code using RProtoBuf without hitting a stop() error
- in the lookup routine.
- \item Add missing enum_type method and improve show method for
+ \code{<<-} operator in code using \cpkg{RProtoBuf} without hitting a
+ \code{stop()} error in the lookup routine.
+ \item Add missing \code{enum_type} method and improve show method for
EnumValueDescriptors.
\item Improve documentation and tests for all of the above.
\item Rewrote \code{tests/} script calling \cpkg{RUnit} tests
More information about the Rprotobuf-commits
mailing list