[Roxygen-commits] r260 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 23 11:21:02 CET 2011
Author: pcd
Date: 2011-03-23 11:21:02 +0100 (Wed, 23 Mar 2011)
New Revision: 260
Modified:
pkg/R/Rd.R
Log:
rid of debug
Modified: pkg/R/Rd.R
===================================================================
--- pkg/R/Rd.R 2011-03-23 10:21:00 UTC (rev 259)
+++ pkg/R/Rd.R 2011-03-23 10:21:02 UTC (rev 260)
@@ -488,15 +488,13 @@
#' in an Rd-readable list (with \code{\\item}s, etc.).
#' @param name.param name-param pair
#' @return A list of Rd-readable expressions
- parse.params <- function() {
- debug(params=params)
+ parse.params <- function()
Reduce.paste(function(name.param)
Rd.expression('item',
car(name.param),
cadr(name.param)),
params,
'')
- }
#' Paste and label the Rd-readable expressions
#' returned by \code{parse.params}.
More information about the Roxygen-commits
mailing list