[Rprotobuf-commits] r865 - papers/jss
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 27 23:54:10 CET 2014
Author: murray
Date: 2014-01-27 23:54:09 +0100 (Mon, 27 Jan 2014)
New Revision: 865
Modified:
papers/jss/article.Rnw
Log:
One more comment made by Phillip that I had missed.
Be more specific about how readProtoFiles is automatically called to
read in addressbook.proto on package load, and add a footnote pointing
out that this is why we didn't have to explicitly call readprotofiles
in the example in table1.
Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw 2014-01-27 22:45:10 UTC (rev 864)
+++ papers/jss/article.Rnw 2014-01-27 22:54:09 UTC (rev 865)
@@ -660,10 +660,12 @@
invoke pseudo-methods.
When \CRANpkg{RProtoBuf} is first loaded it calls
-\texttt{readProtoFiles} to read in an example \texttt{.proto} file
+\texttt{readProtoFiles} to read in the example \texttt{addressbook.proto} file
included with the package. The \texttt{tutorial.Person} descriptor
-and any other descriptors defined in loaded \texttt{.proto} files are
-then available on the search path.
+and all other descriptors defined in the loaded \texttt{.proto} files are
+then available on the search path\footnote{This explains why the example in
+Table~\ref{tab:proto} lacked an explicit call to
+\texttt{readProtoFiles}.}.
<<>>=
tutorial.Person$email # field descriptor
More information about the Rprotobuf-commits
mailing list