[Rprotobuf-commits] r799 - papers/jss
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 21 03:43:02 CET 2014
Author: murray
Date: 2014-01-21 03:42:58 +0100 (Tue, 21 Jan 2014)
New Revision: 799
Modified:
papers/jss/article.Rnw
Log:
Switch order of mapreduce/web services sections in the last paragraph
of the intro since we've moved the order of them in the text.
For a figure in the mapreduce example section, make the histogram
more vertically compact to not waste so much space.
Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw 2014-01-19 23:18:14 UTC (rev 798)
+++ papers/jss/article.Rnw 2014-01-21 02:42:58 UTC (rev 799)
@@ -231,9 +231,9 @@
package. Section~\ref{sec:types} describes the challenges of type coercion
between R and other languages. Section~\ref{sec:evaluation} introduces a
general R language schema for serializing arbitrary R objects and evaluates
-it against R's built-in serialization. Sections~\ref{sec:opencpu}
-and \ref{sec:mapreduce} provide real-world use cases of \CRANpkg{RProtoBuf}
-in web service and MapReduce environments, respectively, before
+it against R's built-in serialization. Sections~\ref{sec:mapreduce}
+and \ref{sec:opencpu} provide real-world use cases of \CRANpkg{RProtoBuf}
+in MapReduce and web service environments, respectively, before
Section~\ref{sec:summary} concludes.
%This article describes the basics of Google's Protocol Buffers through
@@ -1551,7 +1551,7 @@
plot(as.histogram(hist))
\end{verbatim}
-<<echo=FALSE,fig=TRUE>>=
+<<echo=FALSE,fig=TRUE,width=8,height=4>>=
require(RProtoBuf)
require(HistogramTools)
readProtoFiles(package="HistogramTools")
More information about the Rprotobuf-commits
mailing list