Skip to content

Commit c6b0952

Browse files
author
smeyer
committed
markup
git-svn-id: https://svn.r-project.org/R/trunk@87388 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fd7dee0 commit c6b0952

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

src/library/datasets/man/ChickWeight.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
second day thereafter until day 20. They were also measured on day
4444
21. There were four groups on chicks on different protein diets.
4545

46-
This dataset was originally part of package \code{nlme}, and that has
46+
This dataset was originally part of package \CRANpkg{nlme}, and that has
4747
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
4848
\code{print}) for its grouped-data classes.
4949
}

src/library/datasets/man/DNase.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
}
3636
\details{
37-
This dataset was originally part of package \code{nlme}, and that has
37+
This dataset was originally part of package \CRANpkg{nlme}, and that has
3838
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
3939
\code{print}) for its grouped-data classes.
4040
}

src/library/datasets/man/Indometh.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Each of the six subjects were given an intravenous injection of
3535
indometacin.
3636

37-
This dataset was originally part of package \code{nlme}, and that has
37+
This dataset was originally part of package \CRANpkg{nlme}, and that has
3838
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
3939
\code{print}) for its grouped-data classes.
4040
}

src/library/datasets/man/Loblolly.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
}
3232
\details{
33-
This dataset was originally part of package \code{nlme}, and that has
33+
This dataset was originally part of package \CRANpkg{nlme}, and that has
3434
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
3535
\code{print}) for its grouped-data classes.
3636
}

src/library/datasets/man/Orange.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
}
3434
\details{
35-
This dataset was originally part of package \code{nlme}, and that has
35+
This dataset was originally part of package \CRANpkg{nlme}, and that has
3636
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
3737
\code{print}) for its grouped-data classes.
3838
}

src/library/datasets/man/Theoph.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
\bibcite{Pinheiro and Bates (2000)} using a two-compartment open pharmacokinetic model,
4848
for which a self-starting model function, \code{SSfol}, is available.
4949

50-
This dataset was originally part of package \code{nlme}, and that has
50+
This dataset was originally part of package \CRANpkg{nlme}, and that has
5151
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
5252
\code{print}) for its grouped-data classes.
5353
}

src/library/datasets/man/zCO2.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
\eqn{CO_2}{CO2} concentration. Half the plants of each type were
5050
chilled overnight before the experiment was conducted.
5151

52-
This dataset was originally part of package \code{nlme}, and that has
52+
This dataset was originally part of package \CRANpkg{nlme}, and that has
5353
methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
5454
\code{print}) for its grouped-data classes.
5555
}

src/library/methods/man/Methods_Details.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ either the direct class or one of its superclasses, for each argument
166166
in the active signature.
167167
For an example, suppose there is only one argument in the signature and that the class of
168168
the corresponding object was \code{"dgeMatrix"} (from the recommended package
169-
\code{Matrix}).
169+
\CRANpkg{Matrix}).
170170
This class has (currently) three direct superclasses and through these
171171
additional superclasses at distances 2 through 4.
172172
A method that had been defined for any of these classes or for class

src/library/methods/man/stdRefClass.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Installed class methods are \code{"classMethodDefinition"} objects,
9595
with slots that identify the name of the function as a class method
9696
and the other class methods called from this method.
9797
The latter information is determined heuristically when the class is
98-
defined by using the \code{codetools} recommended package. This
98+
defined by using the \pkg{codetools} recommended package. This
9999
package must be installed when reference classes are defined, but is
100100
not needed in order to use existing reference classes.
101101
}

src/library/utils/man/globalVariables.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
global variables.
1919
2020
Typical examples are the fields and methods in reference classes,
21-
which appear to be global objects to \code{codetools}.
21+
which appear to be global objects to \pkg{codetools}.
2222
(This case is handled automatically by \code{\link{setRefClass}()} and
2323
friends, using the supplied field and method names.)
2424
@@ -63,7 +63,7 @@ suppressForeignCheck(names, package, add = TRUE)
6363
\code{globalVariables} or \code{suppressForeignCheck} call(s) occur
6464
as top-level calls in the package's source code.
6565

66-
The check command, as implemented in package \code{tools}, queries
66+
The check command, as implemented in package \pkg{tools}, queries
6767
the list before checking the \R{} source code in the package for
6868
possible problems.
6969

@@ -85,11 +85,11 @@ suppressForeignCheck(names, package, add = TRUE)
8585
The global variables list really belongs to a restricted scope (a
8686
function or a group of method definitions, for example) rather than
8787
the package as a whole. However, implementing finer control would
88-
require changes in \code{check} and/or in \code{codetools}, so in this
88+
require changes in \code{check} and/or in \pkg{codetools}, so in this
8989
version the information is stored at the package level.
9090
}
9191
\seealso{
92-
\code{dontCheck}.
92+
\code{\link{dontCheck}}
9393
}
9494
\examples{
9595
\dontrun{

0 commit comments

Comments
 (0)