[Roxygen-commits] r88 - pkg/tests/runit
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 25 07:07:28 CEST 2008
Author: pcd
Date: 2008-07-25 07:07:28 +0200 (Fri, 25 Jul 2008)
New Revision: 88
Modified:
pkg/tests/runit/runit.Rd.R
pkg/tests/runit/runit.namespace.R
Log:
generic Rd keys
Modified: pkg/tests/runit/runit.Rd.R
===================================================================
--- pkg/tests/runit/runit.Rd.R 2008-07-25 05:04:06 UTC (rev 87)
+++ pkg/tests/runit/runit.Rd.R 2008-07-25 05:07:28 UTC (rev 88)
@@ -81,3 +81,18 @@
"\\keyword{b}",
"\\alias{a}",
"\\alias{b}"))
+
+test.generic.keys <- function()
+ check.Rd.output("#' @title test
+ #' @references test
+ #' @note test
+ #' @author test
+ #' @seealso test
+ #' @concept test
+ roxygen()",
+ output=c("\\title{test}",
+ "\\references{test}",
+ "\\note{test}",
+ "\\author{test}",
+ "\\seealso{test}",
+ "\\concept{test}"))
Modified: pkg/tests/runit/runit.namespace.R
===================================================================
--- pkg/tests/runit/runit.namespace.R 2008-07-25 05:04:06 UTC (rev 87)
+++ pkg/tests/runit/runit.namespace.R 2008-07-25 05:07:28 UTC (rev 88)
@@ -31,7 +31,7 @@
setMethod('b', 'a')",
output='exportMethods(c)')
-test.keys <- function()
+test.generic.keys <- function()
check.namespace.output("#' @exportPattern test
#' @S3method test test
#' @import test
More information about the Roxygen-commits
mailing list