[Roxygen-commits] r29 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 3 07:24:12 CEST 2008
Author: pcd
Date: 2008-06-03 07:24:12 +0200 (Tue, 03 Jun 2008)
New Revision: 29
Modified:
pkg/README
Log:
clarify command line
Modified: pkg/README
===================================================================
--- pkg/README 2008-06-03 05:24:10 UTC (rev 28)
+++ pkg/README 2008-06-03 05:24:12 UTC (rev 29)
@@ -6,14 +6,14 @@
1.1. Execution
-The driver, `main.R', parses `example.R'; the example file given by
-Manuel in the original GSoC idea-paper.
+The driver, `main.R', parses an arbitrary source file; but defaults to
+`example.R' from the original GSoC proposal.
Upon execution, one should see a parse-tree of parsed elements
(represented as lists); accompanied by a srcref of the apposite
object:
- $ R --vanilla --slave < main.R
+ $ R --vanilla --slave --args example.R < main.R
$`1`
$`1`$description
More information about the Roxygen-commits
mailing list