[Rprotobuf-commits] r784 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 14 14:38:01 CET 2014


Author: murray
Date: 2014-01-14 14:38:01 +0100 (Tue, 14 Jan 2014)
New Revision: 784

Modified:
   papers/jss/article.Rnw
Log:
Dirk likes my tongue in cheek subtitle for the intro so change the
section title to "Introduction: Friends don't let friends use CSV".



Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-01-14 08:01:59 UTC (rev 783)
+++ papers/jss/article.Rnw	2014-01-14 13:38:01 UTC (rev 784)
@@ -113,7 +113,7 @@
 
 %TODO(de) 'protocol buffers' or 'Protocol Buffers' ?
 
-\section{Introduction}
+\section{Introduction: Friends don't let friends use CSV}
 
 Modern data collection and analysis pipelines are increasingly being
 built using collections of components to better manage software
@@ -1518,7 +1518,7 @@
 require(RProtoBuf)
 require(HistogramTools)
 readProtoFiles(package="HistogramTools")
-hist <- HistogramTools.HistogramState$read("/tmp/hist.pb")
+hist <- HistogramTools.HistogramState$read("hist.pb")
 plot(as.histogram(hist))
 @
 



More information about the Rprotobuf-commits mailing list