[Roxygen-commits] r255 - in pkg/inst/doc: . pseudoprime

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 21 10:22:31 CET 2011


Author: pcd
Date: 2011-03-21 10:22:30 +0100 (Mon, 21 Mar 2011)
New Revision: 255

Modified:
   pkg/inst/doc/pseudoprime/DESCRIPTION
   pkg/inst/doc/roxygen.Rnw
Log:
let's take out 'roclets': they're not interesting in the vignette-scope.

Modified: pkg/inst/doc/pseudoprime/DESCRIPTION
===================================================================
--- pkg/inst/doc/pseudoprime/DESCRIPTION	2011-03-14 11:56:41 UTC (rev 254)
+++ pkg/inst/doc/pseudoprime/DESCRIPTION	2011-03-21 09:22:30 UTC (rev 255)
@@ -1,13 +1,13 @@
-Package: pseudoprime
-Type: Package
-Title: Pseudoprimality with Fermat's little theorem
-Version: 0.1
-Date: 2008-08-24
-Author: Peter Danenberg <pcd at roxygen.org>
-Maintainer: Peter Danenberg <pcd at roxygen.org>
-Description: A probabilistic primality test using Fermat's little
-    theorem that is fooled every time by Carmichael numbers.
-License: GPL (>= 2)
-LazyLoad: yes
-Depends: roxygen
-Collate: 'fermat.R' 'pseudoprime-package.R' 'pseudoprime.R'
+Package: pseudoprime
+Type: Package
+Title: Pseudoprimality with Fermat's little theorem
+Version: 0.1
+Date: 2008-08-24
+Author: Peter Danenberg <pcd at roxygen.org>
+Maintainer: Peter Danenberg <pcd at roxygen.org>
+Description: A probabilistic primality test using Fermat's little
+    theorem that is fooled every time by Carmichael numbers.
+License: GPL (>= 2)
+LazyLoad: yes
+Depends: roxygen
+Collate: 'fermat.R' 'pseudoprime-package.R' 'pseudoprime.R'

Modified: pkg/inst/doc/roxygen.Rnw
===================================================================
--- pkg/inst/doc/roxygen.Rnw	2011-03-14 11:56:41 UTC (rev 254)
+++ pkg/inst/doc/roxygen.Rnw	2011-03-21 09:22:30 UTC (rev 255)
@@ -126,10 +126,10 @@
 Notice \texttt{@callGraphPrimitives} (line 11): it creates a call
 graph at the default depth similar to figure \ref{fermat-test},
 including primitive functions; \texttt{@callGraph}, on the other hand,
-would exclude primitive functions. Note that this roclet requires
-package {\tt Rgraphviz} $\geq 1.19.2$, and with {\tt Roxygen} $0.1-1$
-the {\tt callgraph} roclet is not automatically executed anymore; see
-help for function {\tt make.callgraph.roclet}\ref{running}.
+would exclude primitive functions.\footnote{Note that this feature requires
+package {\tt Rgraphviz} $\geq 1.19.2$, and as of {\tt Roxygen} $0.1-1$
+the {\tt callgraph} feature is not automatically executed; see
+help for {\tt make.callgraph.roclet}\ref{running}.}
 
 %\begin{figure}[H]
 %  \centering
@@ -148,7 +148,7 @@
 Notice the header in \texttt{pseudoprime.R} (fig. \ref{pseudoprime})
 terminated by \texttt{roxygen()}; \texttt{@include fermat.R} (line 1)
 signals that \texttt{fermat.R} should be loaded before
-\texttt{pseudoprime.R}.  The collate roclet will update
+\texttt{pseudoprime.R}.  Roxygen will update
 \texttt{DESCRIPTION} accordingly.
 
 \texttt{@export} (line 15) signifies that \texttt{is.pseudoprime} will



More information about the Roxygen-commits mailing list