<div dir="ltr">Thanks, Dirk!<div><br></div><div>- Murray</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 1, 2014 at 7:39 PM, <span dir="ltr"><<a href="mailto:noreply@r-forge.r-project.org" target="_blank">noreply@r-forge.r-project.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: edd<br>
Date: 2014-12-02 04:39:46 +0100 (Tue, 02 Dec 2014)<br>
New Revision: 926<br>
<br>
Modified:<br>
pkg/ChangeLog<br>
pkg/inst/NEWS.Rd<br>
pkg/man/Descriptor-class.Rd<br>
pkg/man/EnumDescriptor-class.Rd<br>
pkg/man/Message-class.Rd<br>
Log:<br>
minor fixes for documentation<br>
<br>
<br>
Modified: pkg/ChangeLog<br>
===================================================================<br>
--- pkg/ChangeLog 2014-12-02 00:40:56 UTC (rev 925)<br>
+++ pkg/ChangeLog 2014-12-02 03:39:46 UTC (rev 926)<br>
@@ -1,3 +1,9 @@<br>
+2014-12-01 Dirk Eddelbuettel <<a href="mailto:edd@debian.org">edd@debian.org</a>><br>
+<br>
+ * man/Message-class.Rd: Completed documentation<br>
+ * man/Descriptor-class.Rd: Ditto<br>
+ * man/EnumDescriptor-class.Rd: Ditto<br>
+<br>
2014-12-01 Murray Stokely <<a href="mailto:mstokely@google.com">mstokely@google.com</a>><br>
<br>
* R/wrapper_ZeroCopyInputStream.R: Avoid file.create for getting<br>
<br>
Modified: pkg/inst/NEWS.Rd<br>
===================================================================<br>
--- pkg/inst/NEWS.Rd 2014-12-02 00:40:56 UTC (rev 925)<br>
+++ pkg/inst/NEWS.Rd 2014-12-02 03:39:46 UTC (rev 926)<br>
@@ -26,6 +26,7 @@<br>
\item Use \code{normalizePath} instead of creating a temporary<br>
file with \code{file.create} when getting absolute path names.<br>
\item Add unit tests for all of the above.<br>
+ }<br>
}<br>
<br>
\section{Changes in RProtoBuf version 0.4.1 (2014-03-25)}{<br>
<br>
Modified: pkg/man/Descriptor-class.Rd<br>
===================================================================<br>
--- pkg/man/Descriptor-class.Rd 2014-12-02 00:40:56 UTC (rev 925)<br>
+++ pkg/man/Descriptor-class.Rd 2014-12-02 03:39:46 UTC (rev 926)<br>
@@ -15,6 +15,9 @@<br>
\alias{field,Descriptor-method}<br>
\alias{nested_type,Descriptor-method}<br>
\alias{enum_type,Descriptor,ANY,ANY-method}<br>
+\alias{[[,Descriptor-method}<br>
+\alias{names,Descriptor-method}<br>
+\alias{length,Descriptor-method}<br>
<br>
\title{Class "Descriptor" }<br>
\description{ full descriptive information about a protocol buffer<br>
@@ -81,6 +84,9 @@<br>
If \code{name} is used, the enum type will be retrieved<br>
using its name, with the \code{FindEnumTypeByName} C++ method<br>
}<br>
+ \item{[[}{\code{signature(x = "Descriptor")}: extracts a field identified by its name or declared tag number}<br>
+ \item{names}{\code{signature(x = "Descriptor")} : extracts names of this descriptor}<br>
+ \item{length}{\code{signature(x = "Descriptor")} : extracts length of this descriptor}<br>
<br>
}<br>
}<br>
<br>
Modified: pkg/man/EnumDescriptor-class.Rd<br>
===================================================================<br>
--- pkg/man/EnumDescriptor-class.Rd 2014-12-02 00:40:56 UTC (rev 925)<br>
+++ pkg/man/EnumDescriptor-class.Rd 2014-12-02 03:39:46 UTC (rev 926)<br>
@@ -18,6 +18,9 @@<br>
\alias{value-methods}<br>
\alias{value,EnumDescriptor-method}<br>
<br>
+\alias{[[,EnumDescriptor-method}<br>
+\alias{names,EnumDescriptor-method}<br>
+<br>
\title{Class "EnumDescriptor" }<br>
\description{ R representation of an enum descriptor. This<br>
is a thin wrapper around the \code{EnumDescriptor} c++ class. }<br>
@@ -60,6 +63,8 @@<br>
using the name of the constant, using the \code{FindValueByName}<br>
C++ method.<br>
}<br>
+ \item{[[}{\code{signature(x = "EnumDescriptor")}: extracts field identified by its name or declared tag number}<br>
+ \item{names}{\code{signature(x = "EnumDescriptor")} : extracts names of this enum}<br>
}<br>
<br>
}<br>
<br>
Modified: pkg/man/Message-class.Rd<br>
===================================================================<br>
--- pkg/man/Message-class.Rd 2014-12-02 00:40:56 UTC (rev 925)<br>
+++ pkg/man/Message-class.Rd 2014-12-02 03:39:46 UTC (rev 926)<br>
@@ -11,6 +11,7 @@<br>
\alias{show,Message-method}<br>
\alias{update,Message-method}<br>
\alias{length,Message-method}<br>
+\alias{names,Message-method}<br>
\alias{str,Message-method}<br>
\alias{toString,Message-method}<br>
\alias{identical,Message,Message-method}<br>
@@ -68,7 +69,9 @@<br>
\item{==}{\code{signature(e1 = "Message", e2 = "Message")}: Same as \code{identical} }<br>
\item{!=}{\code{signature(e1 = "Message", e2 = "Message")}: Negation of \code{identical} }<br>
\item{all.equal}{\code{signature(e1 = "Message", e2 = "Message")}: Test near equality }<br>
- }<br>
+ \item{names}{\code{signature(x = "Message")}: extracts the names of the message. }<br>
+<br>
+ }<br>
}<br>
\references{<br>
The \code{Message} class from the C++ proto library.<br>
<br>
_______________________________________________<br>
Rprotobuf-commits mailing list<br>
<a href="mailto:Rprotobuf-commits@lists.r-forge.r-project.org">Rprotobuf-commits@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rprotobuf-commits" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rprotobuf-commits</a><br>
</blockquote></div><br></div>