[Roxygen-commits] r105 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 27 06:47:17 CEST 2008


Author: pcd
Date: 2008-07-27 06:47:17 +0200 (Sun, 27 Jul 2008)
New Revision: 105

Modified:
   pkg/R/collate.R
Log:
clarify collate merging


Modified: pkg/R/collate.R
===================================================================
--- pkg/R/collate.R	2008-07-27 04:44:24 UTC (rev 104)
+++ pkg/R/collate.R	2008-07-27 04:47:17 UTC (rev 105)
@@ -110,7 +110,7 @@
                                          trim(line))) == 0,
                              lines)
     if (verbose && !is.null.string(target.file))
-      cat(sprintf('Merging `Collate:\' from %s to %s',
+      cat(sprintf('Merging collate directive with %s to %s',
                   merge.file,
                   target.file), '\n')
     cat(filtered.lines, directive, file=target.file, sep='\n')



More information about the Roxygen-commits mailing list