Skip to content

Commit

Permalink
Fix PR#18815. Spotted by Lluis Revilla.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87287 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Nov 5, 2024
1 parent 5574f7a commit 350878c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/library/base/man/debug.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ debuggingState(on = NULL)
specified in combination with a non-null \code{signature}. For methods
which implement the \code{.local} rematching mechanism, the
\code{.local} closure itself is the one that will be ultimately
debugged (see \code{\link[methods:RMethodUtils]{isRematched}}).
debugged (see \code{\link[methods]{isRematched}}).

\code{isdebugged} returns \code{TRUE} if a) \code{signature} is \code{NULL}
and the closure \code{fun} has been debugged, or b) \code{signature} is not
Expand Down
2 changes: 1 addition & 1 deletion src/library/base/man/print.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ print(x, \dots)
For more customizable (but cumbersome) printing, see
\code{\link{cat}}, \code{\link{format}} or also \code{\link{write}}.
For a simple prototypical print method, see
\code{\link[tools:print.via.format]{.print.via.format}} in package \pkg{tools}.
\code{\link[tools]{.print.via.format}} in package \pkg{tools}.
}
\examples{
require(stats)
Expand Down
4 changes: 2 additions & 2 deletions src/library/grid/man/grid.locator.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ grid.locator(unit = "native")
\author{ Paul Murrell }
\seealso{ \code{\link{viewport}}, \code{\link{unit}},
\code{\link{locator}} in package \pkg{graphics}, and for an application
see \code{\link[lattice:interaction]{trellis.focus}} and
\code{\link[lattice:interaction]{panel.identify}} in package
see \code{\link[lattice]{trellis.focus}} and
\code{\link[lattice]{panel.identify}} in package
\CRANpkg{lattice}.
}
\examples{
Expand Down
2 changes: 1 addition & 1 deletion src/library/stats/man/ansari.test.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ansari.test(x, \dots)
\code{\link{var.test}} and \code{\link{bartlett.test}} for parametric
tests for the homogeneity in variance.

\code{\link[coin:ScaleTests]{ansari_test}} in package \CRANpkg{coin}
\code{\link[coin]{ansari_test}} in package \CRANpkg{coin}
for exact and approximate \emph{conditional} p-values for the
\I{Ansari}-\I{Bradley} test, as well as different methods for handling ties.
}
Expand Down
4 changes: 2 additions & 2 deletions src/library/stats/man/confint.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ confint(object, parm, level = 0.95, \dots)
\emph{Modern Applied Statistics with S.} Fourth edition. Springer.
}
\seealso{
Original versions: \code{\link[MASS:confint]{confint.glm}} and
\code{\link[MASS:confint]{confint.nls}} in package \CRANpkg{MASS}.
Original versions: \code{\link[MASS]{confint.glm}} and
\code{\link[MASS]{confint.nls}} in package \CRANpkg{MASS}.
}
% the glm() example used to be wrapped in \donttest, presumably to avoid
% loading MASS (?)
Expand Down
4 changes: 2 additions & 2 deletions src/library/stats/man/cor.test.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ cor.test(x, \dots)
\seealso{
\code{\link[Kendall:Kendall]{Kendall}} in package \CRANpkg{Kendall}.
\code{\link[SuppDists:Kendall]{pKendall}} and
\code{\link[SuppDists:Spearman]{pSpearman}} in package
\code{\link[SuppDists]{pKendall}} and
\code{\link[SuppDists]{pSpearman}} in package
\CRANpkg{SuppDists},
\code{\link[pspearman:spearman.test]{spearman.test}} in package
\CRANpkg{pspearman},
Expand Down
2 changes: 1 addition & 1 deletion src/library/stats/man/kruskal.test.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ kruskal.test(x, \dots)
one-way location analysis under normality assumptions; with Student's
t test (\code{\link{t.test}}) as the special case for two samples.
\code{\link[coin:LocationTests]{wilcox_test}} in package
\code{\link[coin]{wilcox_test}} in package
\CRANpkg{coin} for exact, asymptotic and Monte Carlo
\emph{conditional} p-values, including in the presence of ties.
}
Expand Down
2 changes: 1 addition & 1 deletion src/library/stats/man/simulate.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ simulate(object, nsim = 1, seed = NULL, \dots)
estimate for the fit. The variance is
\eqn{\mu_i^3/(\lambda w_i)} and
hence inversely proportional to the prior weights. The simulation is
done by function \code{\link[SuppDists:invGauss]{rinvGauss}} from the
done by function \code{\link[SuppDists]{rinvGauss}} from the
\CRANpkg{SuppDists} package, which must be installed.
}
\seealso{
Expand Down
2 changes: 1 addition & 1 deletion src/library/stats/man/wilcox.test.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ wilcox.test(x, \dots)
\seealso{
\code{\link{psignrank}}, \code{\link{pwilcox}}.

\code{\link[coin:LocationTests]{wilcox_test}} in package
\code{\link[coin]{wilcox_test}} in package
\CRANpkg{coin} for exact, asymptotic and Monte Carlo
\emph{conditional} p-values, including in the presence of ties.

Expand Down

0 comments on commit 350878c

Please sign in to comment.