[Roxygen-commits] r154 - in pkg: R sandbox
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 3 21:56:14 CEST 2008
Author: pcd
Date: 2008-08-03 21:56:14 +0200 (Sun, 03 Aug 2008)
New Revision: 154
Modified:
pkg/R/collate.R
pkg/sandbox/collate.R
Log:
need a cat.description
Modified: pkg/R/collate.R
===================================================================
--- pkg/R/collate.R 2008-08-03 19:56:11 UTC (rev 153)
+++ pkg/R/collate.R 2008-08-03 19:56:14 UTC (rev 154)
@@ -2,6 +2,7 @@
#' @include string.R
#' @include functional.R
#' @include roclet.R
+#' @include description.R
roxygen()
#' Make collate roclet which parses the given files; topologically
Modified: pkg/sandbox/collate.R
===================================================================
--- pkg/sandbox/collate.R 2008-08-03 19:56:11 UTC (rev 153)
+++ pkg/sandbox/collate.R 2008-08-03 19:56:14 UTC (rev 154)
@@ -4,6 +4,7 @@
source('../R/parse.R')
source('../R/string.R')
source('../R/roclet.R')
+source('../R/description.R')
source('../R/collate.R')
FILES <- list('collate/belt.R',
More information about the Roxygen-commits
mailing list