[Roxygen-commits] r209 - in pkg: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 4 18:53:29 CEST 2008


Author: pcd
Date: 2008-09-04 18:53:28 +0200 (Thu, 04 Sep 2008)
New Revision: 209

Modified:
   pkg/R/Rd.R
   pkg/man/make.Rd.roclet.Rd
Log:
source and format for data sets


Modified: pkg/R/Rd.R
===================================================================
--- pkg/R/Rd.R	2008-09-03 19:01:27 UTC (rev 208)
+++ pkg/R/Rd.R	2008-09-04 16:53:28 UTC (rev 209)
@@ -19,7 +19,9 @@
                         'keywords',
                         'return',
                         'author',
-                        'TODO')
+                        'TODO',
+                        'format',
+                        'source')
 
 register.preref.parsers(parse.name.description,
                         'param',
@@ -57,6 +59,7 @@
 #' \code{@@concept} \tab \code{\\concept}\cr
 #' \code{@@example} \tab \emph{n/a}\cr
 #' \code{@@examples} \tab \code{\\examples}\cr
+#' \code{@@format} \tab \code{\\format}\cr
 #' \code{@@keywords} \tab \code{\\keyword, ...}\cr
 #' \code{@@method} \tab \code{\\method}\cr
 #' \code{@@name} \tab \code{\\name}\cr
@@ -65,6 +68,7 @@
 #' \code{@@references} \tab \code{\\references}\cr
 #' \code{@@return} \tab \code{\\value}\cr
 #' \code{@@seealso} \tab \code{\\seealso}\cr
+#' \code{@@source} \tab \code{\\source}\cr
 #' \code{@@title} \tab \code{\\title}\cr
 #' \code{@@TODO} \tab \emph{n/a}\cr
 #' \code{@@usage} \tab \code{\\usage}\cr
@@ -88,6 +92,8 @@
 #' \item{\code{@@examples}}{Verbatim examples; see \dQuote{2.1.1
 #'                          Documenting functions} from \cite{Writing R
 #'                          Extensions}.}
+#' \item{\code{@@format}}{See \dQuote{2.1.2 Documenting data sets} from
+#'                        \cite{Writing R Extensions}.}
 #' \item{\code{@@keywords}}{\code{@@keywords a b ...} translates to
 #'                          \code{\keyword{a}}, \code{\keyword{b}}, &c.}
 #' \item{\code{@@method}}{Use \code{@@method <generic> <class>} to document
@@ -103,6 +109,8 @@
 #' \item{\code{@@return}}{The return value of the function, or \code{NULL}.}
 #' \item{\code{@@seealso}}{See \dQuote{2.1.1 Documenting functions} from
 #'                         \cite{Writing R Extensions}.}
+#' \item{\code{@@source}}{See \dQuote{2.1.2 Documenting data sets} from
+#'                        \cite{Writing R Extensions}.}
 #' \item{\code{@@title}}{A default title is plucked from the first sentence
 #'                       of the description; that is, the first phrase ending
 #'                       with a period, question mark or newline.

Modified: pkg/man/make.Rd.roclet.Rd
===================================================================
--- pkg/man/make.Rd.roclet.Rd	2008-09-03 19:01:27 UTC (rev 208)
+++ pkg/man/make.Rd.roclet.Rd	2008-09-04 16:53:28 UTC (rev 209)
@@ -16,6 +16,7 @@
 \code{@concept} \tab \code{\\concept}\cr
 \code{@example} \tab \emph{n/a}\cr
 \code{@examples} \tab \code{\\examples}\cr
+\code{@format} \tab \code{\\format}\cr
 \code{@keywords} \tab \code{\\keyword, ...}\cr
 \code{@method} \tab \code{\\method}\cr
 \code{@name} \tab \code{\\name}\cr
@@ -24,6 +25,7 @@
 \code{@references} \tab \code{\\references}\cr
 \code{@return} \tab \code{\\value}\cr
 \code{@seealso} \tab \code{\\seealso}\cr
+\code{@source} \tab \code{\\source}\cr
 \code{@title} \tab \code{\\title}\cr
 \code{@TODO} \tab \emph{n/a}\cr
 \code{@usage} \tab \code{\\usage}\cr
@@ -47,6 +49,8 @@
 \item{\code{@examples}}{Verbatim examples; see \dQuote{2.1.1
 Documenting functions} from \cite{Writing R
 Extensions}.}
+\item{\code{@format}}{See \dQuote{2.1.2 Documenting data sets} from
+\cite{Writing R Extensions}.}
 \item{\code{@keywords}}{\code{@keywords a b ...} translates to
 \code{\keyword{a}}, \code{\keyword{b}}, &c.}
 \item{\code{@method}}{Use \code{@method <generic> <class>} to document
@@ -62,6 +66,8 @@
 \item{\code{@return}}{The return value of the function, or \code{NULL}.}
 \item{\code{@seealso}}{See \dQuote{2.1.1 Documenting functions} from
 \cite{Writing R Extensions}.}
+\item{\code{@source}}{See \dQuote{2.1.2 Documenting data sets} from
+\cite{Writing R Extensions}.}
 \item{\code{@title}}{A default title is plucked from the first sentence
 of the description; that is, the first phrase ending
 with a period, question mark or newline.



More information about the Roxygen-commits mailing list