[Rprotobuf-commits] r505 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 15 04:19:09 CEST 2013
Author: edd
Date: 2013-07-15 04:19:09 +0200 (Mon, 15 Jul 2013)
New Revision: 505
Modified:
pkg/inst/NEWS.Rd
Log:
wrap \code{} around functions in NEWS.Rd
Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd 2013-07-15 02:14:30 UTC (rev 504)
+++ pkg/inst/NEWS.Rd 2013-07-15 02:19:09 UTC (rev 505)
@@ -7,10 +7,10 @@
\item Added support for Protocol Buffer extensions through the new
getExtension and setExtension methods for Message objects, and added
top-level extensions to the descriptor pool.
- \item Added more user-friendly show() methods for Messages,
+ \item Added more user-friendly \code{show()} methods for Messages,
Descriptors, and other RProtoBuf objects. A common source of
confusion on the mailing lists is to confuse Messages and
- Descriptors. The new show() methods succinctly display more
+ Descriptors. The new \code{show()} methods succinctly display more
information about e.g. the number of set fields in a message to
make it a little clearer to users what type of object they are
working with.
@@ -23,7 +23,6 @@
}
}
-
\section{Changes in RProtoBuf version 0.2.6 (2012-10-04)}{
\itemize{
\item Applied several more patches by Murray to
More information about the Rprotobuf-commits
mailing list