[Roxygen-commits] r138 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 30 07:37:47 CEST 2008


Author: pcd
Date: 2008-07-30 07:37:47 +0200 (Wed, 30 Jul 2008)
New Revision: 138

Modified:
   pkg/R/callgraph.R
Log:
callgraph -> call-graph


Modified: pkg/R/callgraph.R
===================================================================
--- pkg/R/callgraph.R	2008-07-30 05:13:28 UTC (rev 137)
+++ pkg/R/callgraph.R	2008-07-30 05:37:47 UTC (rev 138)
@@ -97,9 +97,7 @@
   }
 
   call.stack <- make.stack()
-
   subcalls <- new.env(parent=emptyenv())
-
   calls <- NULL
 
   is.callable <- function(name, include.primitives) {
@@ -174,7 +172,7 @@
       nodeDataDefaults(ag, 'fontname') <- 'monospace'
       outfile <- file.path(dir, sprintf(OUTFILE, name))
       if (verbose)
-        cat(sprintf('Outputting callgraph to %s\n', outfile))
+        cat(sprintf('Outputting call graph to %s\n', outfile))
       toFile(ag,
              layoutType='fdp',
              filename=outfile,



More information about the Roxygen-commits mailing list