[Rprotobuf-commits] r907 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 25 03:39:23 CET 2014


Author: edd
Date: 2014-11-25 03:39:23 +0100 (Tue, 25 Nov 2014)
New Revision: 907

Modified:
   papers/jss/article.Rnw
Log:
three small edits


Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-11-25 02:26:08 UTC (rev 906)
+++ papers/jss/article.Rnw	2014-11-25 02:39:23 UTC (rev 907)
@@ -230,7 +230,7 @@
 
 Protocol Buffers are a modern, language-neutral, platform-neutral,
 extensible mechanism for sharing and storing structured data.  Some of
-the key features provided by Protocol Buffers for data analysis include:
+the key features provided by Protocol Buffers for data analysis are:
 
 \begin{itemize}
 \item \emph{Portable}:  Enable users to send and receive data between
@@ -385,7 +385,7 @@
 namespace.\footnote{Note that there is a significant performance
   overhead with this RObjectTable implementation.  Because the table
   is on the search path and isn't cacheable, lookups of symbols that
-  are behind it in the search path can't be added to the global object
+  are behind it in the search path cannot be added to the global object
   cache, and R must perform an expensive lookup through all of the
   attached environments and the protocol buffer definitions to find common
   symbols (most notably those in base) from the global environment.
@@ -623,8 +623,7 @@
 
 Table~\ref{class-summary-table} lists the six primary Message and
 Descriptor classes in \pkg{RProtoBuf}.
-Please see the package
-documentation for a complete description of the slots and methods for
+The package documentation provides a complete description of the slots and methods for
 each class.
 
 % [bp]



More information about the Rprotobuf-commits mailing list