[Roxygen-commits] r183 - in pkg: R inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 25 13:40:59 CEST 2008
Author: pcd
Date: 2008-08-25 13:40:59 +0200 (Mon, 25 Aug 2008)
New Revision: 183
Added:
pkg/inst/doc/Makefile
Modified:
pkg/R/callgraph.R
pkg/inst/doc/roxygen.Rnw
Log:
fix callgraph terminating }s; VignetteIndexEntry
Modified: pkg/R/callgraph.R
===================================================================
--- pkg/R/callgraph.R 2008-08-25 11:40:55 UTC (rev 182)
+++ pkg/R/callgraph.R 2008-08-25 11:40:59 UTC (rev 183)
@@ -19,10 +19,11 @@
#' \enumerate{
#' \item{\code{@@callGraph}}{Create a call graph of the default
#' depth (currently 2), excluding primitive functions.}
-#' \item{\code{@@callGraphPrimitives}{Create a call graph of the
+#' \item{\code{@@callGraphPrimitives}}{Create a call graph of the
#' default depth (currently 2), including primitive functions.}
-#' \item{\code{@@callGraphDepth}{Change the depth of the callgraph
+#' \item{\code{@@callGraphDepth}}{Change the depth of the callgraph
#' from the default of 2.}
+#' }
#'
#' The callgraph roclet is awkward in the sense that
#' it requires a function's package to be loadable;
Added: pkg/inst/doc/Makefile
===================================================================
--- pkg/inst/doc/Makefile (rev 0)
+++ pkg/inst/doc/Makefile 2008-08-25 11:40:59 UTC (rev 183)
@@ -0,0 +1,3 @@
+roxygen.pdf: roxygen.tex
+ pdflatex roxygen && \
+ pdflatex roxygen
Modified: pkg/inst/doc/roxygen.Rnw
===================================================================
--- pkg/inst/doc/roxygen.Rnw 2008-08-25 11:40:55 UTC (rev 182)
+++ pkg/inst/doc/roxygen.Rnw 2008-08-25 11:40:59 UTC (rev 183)
@@ -1,6 +1,7 @@
\documentclass{article}
\usepackage{fancyvrb}
\usepackage{url}
+%% \VignetteIndexEntry{Roxygen Vignette}
\newcommand{\Roxygen}{\texttt{Roxygen}}
%% filename, caption, label
\newcommand{\listing}[3]{ %
More information about the Roxygen-commits
mailing list