[Roxygen-commits] r187 - pkg/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Aug 25 15:39:14 CEST 2008


Author: pcd
Date: 2008-08-25 15:39:13 +0200 (Mon, 25 Aug 2008)
New Revision: 187

Modified:
   pkg/inst/doc/pseudoprime.R
   pkg/inst/doc/roxygen.Rnw
Log:
detailed example forthcoming


Modified: pkg/inst/doc/pseudoprime.R
===================================================================
--- pkg/inst/doc/pseudoprime.R	2008-08-25 13:19:29 UTC (rev 186)
+++ pkg/inst/doc/pseudoprime.R	2008-08-25 13:39:13 UTC (rev 187)
@@ -9,8 +9,6 @@
 #' @param n the integer to test for primality
 #' @return Whether the integer passes the Fermat test
 #'   for a randomized \eqn{0 < a < n}
-#' @callGraphPrimitives
-#' @callGraphDepth 5
 #' @note \code{fermat.test} doesn't work for integers above
 #'   approximately fifteen because modulus loses precision.
 fermat.test <- function(n) {

Modified: pkg/inst/doc/roxygen.Rnw
===================================================================
--- pkg/inst/doc/roxygen.Rnw	2008-08-25 13:19:29 UTC (rev 186)
+++ pkg/inst/doc/roxygen.Rnw	2008-08-25 13:39:13 UTC (rev 187)
@@ -57,6 +57,10 @@
 been created with the contents of Figure \ref{hello-roxygen}; and
 `\texttt{R CMD check helloRoxygen}' should terminate successfully.
 
+\section{Detailed example}
+
+Forthcoming . . .
+
 \listing{pseudoprime.R}
         {Roxygen example \texttt{pseudoprime.R}}
         {pseudoprime}



More information about the Roxygen-commits mailing list