[Rprotobuf-commits] r376 - in pkg: inst/examples man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 12 23:18:27 CEST 2010


Author: edd
Date: 2010-08-12 23:18:27 +0200 (Thu, 12 Aug 2010)
New Revision: 376

Added:
   pkg/inst/examples/addressbook.pb
Removed:
   pkg/inst/examples/AddressBookFile
Modified:
   pkg/man/read.Rd
Log:
change to addressbook from demo() featuring Romain and Dirk


Deleted: pkg/inst/examples/AddressBookFile
===================================================================
(Binary files differ)

Copied: pkg/inst/examples/addressbook.pb (from rev 374, pkg/inst/examples/AddressBookFile)
===================================================================
(Binary files differ)

Modified: pkg/man/read.Rd
===================================================================
--- pkg/man/read.Rd	2010-08-12 21:00:24 UTC (rev 375)
+++ pkg/man/read.Rd	2010-08-12 21:18:27 UTC (rev 376)
@@ -19,7 +19,7 @@
 \keyword{methods}
 \examples{
 # example file that contains a "tutorial.AddressBook" message
-book <- system.file( "examples", "AddressBookFile", package = "RProtoBuf" )
+book <- system.file( "examples", "addressbook.pb", package = "RProtoBuf" )
 
 # read the message
 message <- read( tutorial.AddressBook, book )



More information about the Rprotobuf-commits mailing list