[Roxygen-commits] r109 - in pkg: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 27 07:37:10 CEST 2008
Author: pcd
Date: 2008-07-27 07:37:10 +0200 (Sun, 27 Jul 2008)
New Revision: 109
Modified:
pkg/R/namespace.R
pkg/README
Log:
TODO; and cleanup namespace docs
Modified: pkg/R/namespace.R
===================================================================
--- pkg/R/namespace.R 2008-07-27 05:36:59 UTC (rev 108)
+++ pkg/R/namespace.R 2008-07-27 05:37:10 UTC (rev 109)
@@ -5,7 +5,8 @@
roxygen()
#' Make a namespace roclet which parses the given files and writes a list of
-#' namespace directives to standard out; see \cite{Writing R Extensions}
+#' namespace directives to a given file or standard out; see
+#' \cite{Writing R Extensions}
#' (\url{http://cran.r-project.org/doc/manuals/R-exts.pdf}) for details.
#'
#' The namespace roclet supports the following tags:
@@ -48,7 +49,7 @@
#' Extensions}.}
#' }
#'
-#' @param outfile whither to send output; '' == standard out
+#' @param outfile whither to send output; blank string means standard out
#' @param verbose whether to anounce what we're doing with
#' the \var{outfile}
#' @return Namespace roclet
Modified: pkg/README
===================================================================
--- pkg/README 2008-07-27 05:36:59 UTC (rev 108)
+++ pkg/README 2008-07-27 05:37:10 UTC (rev 109)
@@ -55,5 +55,7 @@
* `<<' in titles produces a spurious box.
+* Nameless Rd entries are written to standard out with no warning.
+
-----------
* Hail, Hephaistos! Grant skill and weal.
More information about the Roxygen-commits
mailing list