[Roxygen-commits] r149 - in pkg: R sandbox

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 2 09:21:41 CEST 2008


Author: pcd
Date: 2008-08-02 09:21:41 +0200 (Sat, 02 Aug 2008)
New Revision: 149

Modified:
   pkg/R/callgraph.R
   pkg/sandbox/roxygenize.R
Log:
item; library(Rgraphviz)


Modified: pkg/R/callgraph.R
===================================================================
--- pkg/R/callgraph.R	2008-08-02 07:21:38 UTC (rev 148)
+++ pkg/R/callgraph.R	2008-08-02 07:21:41 UTC (rev 149)
@@ -18,10 +18,10 @@
 #' @param verbose anounce what we're doing
 #' @export
 #' @TODO \itemize{
-#' \item{\file{index.html} in \file{inst/doc} for
+#' \item{index.html}{\file{index.html} in \file{inst/doc} for
 #' callgraphs, possibly with thumbnails in png}
-#' \item{Option for text-only callgraph (which are clearer,
-#' in my opinion)}
+#' \item{Text-only option}{Option for text-only callgraph
+#' (which are clearer, in my opinion)}
 #' }
 make.callgraph.roclet <- function(dependencies=NULL,
                                   dir='.',

Modified: pkg/sandbox/roxygenize.R
===================================================================
--- pkg/sandbox/roxygenize.R	2008-08-02 07:21:38 UTC (rev 148)
+++ pkg/sandbox/roxygenize.R	2008-08-02 07:21:41 UTC (rev 149)
@@ -1,4 +1,4 @@
-## library(Rgraphviz)
+library(Rgraphviz)
 
 if (!file.exists('pkg/R/parse.R'))
   stop('Run one directory above `pkg\'.')



More information about the Roxygen-commits mailing list