[Rprotobuf-commits] r347 - papers/user2010
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 22 19:44:48 CEST 2010
Author: edd
Date: 2010-07-22 19:44:47 +0200 (Thu, 22 Jul 2010)
New Revision: 347
Modified:
papers/user2010/slides.Rnw
Log:
another snapshot of slides
Modified: papers/user2010/slides.Rnw
===================================================================
--- papers/user2010/slides.Rnw 2010-07-22 17:25:44 UTC (rev 346)
+++ papers/user2010/slides.Rnw 2010-07-22 17:44:47 UTC (rev 347)
@@ -218,8 +218,9 @@
# create a prototype with a call to new
# on the descriptor for the Person type,
-# then update the message # with fields
-romain <- update( new( tutorial.Person ),
+romain <- new( tutorial.Person )
+# then update the message
+romain <- update( romain ,
email = "romain at r-enthusiasts.com",
id = 1, name = "Romain Francois",
phone = new(tutorial.Person.PhoneNumber,
More information about the Rprotobuf-commits
mailing list