[Roxygen-commits] r23 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 3 06:42:50 CEST 2008
Author: pcd
Date: 2008-06-03 06:42:50 +0200 (Tue, 03 Jun 2008)
New Revision: 23
Modified:
pkg/README
pkg/TODO
Log:
update README, TODO with primitive extraction; questions of sophistication, API
Modified: pkg/README
===================================================================
--- pkg/README 2008-06-03 04:36:56 UTC (rev 22)
+++ pkg/README 2008-06-03 04:42:50 UTC (rev 23)
@@ -15,8 +15,15 @@
1.2. TODO
-The srcref can be processed for gleaning further information (S4
-class, object name, &c).
+The srcref is currently processed for primitive information (S4 class,
+object name, &c; see TODO); more sophisticated needs?
+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.
+
+The advantage of the latter, I suppose, is that extra-R tools could
+process the parse tree.
+
-----------
* Hail, Hephaistos! Grant skill and weal.
Modified: pkg/TODO
===================================================================
--- pkg/TODO 2008-06-03 04:36:56 UTC (rev 22)
+++ pkg/TODO 2008-06-03 04:42:50 UTC (rev 23)
@@ -1,2 +1,12 @@
+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