[Roxygen-commits] r25 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 3 07:01:12 CEST 2008


Author: pcd
Date: 2008-06-03 07:01:12 +0200 (Tue, 03 Jun 2008)
New Revision: 25

Modified:
   pkg/README
Log:
detail execution


Modified: pkg/README
===================================================================
--- pkg/README	2008-06-03 04:55:50 UTC (rev 24)
+++ pkg/README	2008-06-03 05:01:12 UTC (rev 25)
@@ -11,8 +11,16 @@
 
 Upon execution, one should see a parse-tree of parsed elements
 (represented as lists); accompanied by a srcref of the apposite
-object.
+object:
 
+    $ R --vanilla --slave < main.R
+
+    $`1`
+    $`1`$description
+    [1] "This class represents a person."
+
+    ...
+
 1.2. TODO
 
 The srcref is currently processed for primitive information (S4 class,



More information about the Roxygen-commits mailing list