[Rprotobuf-commits] r822 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 22 23:30:33 CET 2014


Author: murray
Date: 2014-01-22 23:30:33 +0100 (Wed, 22 Jan 2014)
New Revision: 822

Modified:
   papers/jss/article.Rnw
Log:
John Wilkes feels we should end the session in table1 with class(p) instead of beginning with it.

Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-01-22 22:23:57 UTC (rev 821)
+++ papers/jss/article.Rnw	2014-01-22 22:30:33 UTC (rev 822)
@@ -362,11 +362,11 @@
 <<echo=TRUE>>=
 library(RProtoBuf)
 p <- new(tutorial.Person,id=1,name="Dirk")
-class(p)
 p$name
 p$name <- "Murray"
 cat(as.character(p))
 serialize(p, NULL)
+class(p)
 @
 \end{minipage} \\
 \bottomrule



More information about the Rprotobuf-commits mailing list