[Rprotobuf-commits] r838 - papers/jss
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 23 04:21:11 CET 2014
Author: murray
Date: 2014-01-23 04:21:10 +0100 (Thu, 23 Jan 2014)
New Revision: 838
Modified:
papers/jss/article.Rnw
Log:
Section 6:
Add the oxford comma somewhere I missed it earlier.
Use \code{} instead of \texttt{} for a function name.
Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw 2014-01-23 03:17:06 UTC (rev 837)
+++ papers/jss/article.Rnw 2014-01-23 03:21:10 UTC (rev 838)
@@ -1225,14 +1225,13 @@
\label{sec:evaluation}
The previous sections discussed functionality in the \pkg{RProtoBuf} package
-for creating, manipulating, parsing and serializing Protocol Buffer
+for creating, manipulating, parsing, and serializing Protocol Buffer
messages of a defined schema. This is useful when there are
pre-existing systems with defined schemas or significant software
components written in other languages that need to be accessed from
within \proglang{R}.
-
The package also provides methods for converting arbitrary \proglang{R} data structures into protocol
-buffers and vice versa with a universal \proglang{R} object schema. The \texttt{serialize\_pb} and \texttt{unserialize\_pb}
+buffers and vice versa with a universal \proglang{R} object schema. The \code{serialize\_pb} and \code{unserialize\_pb}
functions serialize arbitrary \proglang{R} objects into a universal Protocol Buffer
message:
More information about the Rprotobuf-commits
mailing list