[Roxygen-commits] r90 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 25 07:20:36 CEST 2008


Author: pcd
Date: 2008-07-25 07:20:36 +0200 (Fri, 25 Jul 2008)
New Revision: 90

Removed:
   pkg/TODO
Modified:
   pkg/README
Log:
TODO superfluous; update TODO in README


Modified: pkg/README
===================================================================
--- pkg/README	2008-07-25 05:11:20 UTC (rev 89)
+++ pkg/README	2008-07-25 05:20:36 UTC (rev 90)
@@ -26,14 +26,13 @@
 
     ...
 
+To test the Rd, namespace and collate roclets: there are similarly
+`Rd.R', `namespace.R' and `collate.R' in the same directory.
+
 1.2. TODO
 
-Mode of interaction with the Roclets has yet to be determined; simple
-API via library() would suffice; though a parse-tree <-> S-expression
-translator would also work.
+Create a driver (possibly used by `R CMD roxygen') which farms out the
+results of each roclet to appropriate files in a package skeleton.
 
-The advantage of the latter, I suppose, is that extra-R tools could
-process the parse tree.
-
 -----------
 * Hail, Hephaistos! Grant skill and weal.

Deleted: pkg/TODO
===================================================================
--- pkg/TODO	2008-07-25 05:11:20 UTC (rev 89)
+++ pkg/TODO	2008-07-25 05:20:36 UTC (rev 90)
@@ -1,12 +0,0 @@
-Facienda
-
-* Currently extracting primitive information out of the srcrefs: class
-  from setClass; method from setGeneric; method, class from
-  setMethod.
-
-  More sophisticated extraction desirable?
-
-Facta
-
-* Examine the actual srcref associated with the comment block to
-  extract names, S3/S4 class information.



More information about the Roxygen-commits mailing list