From 350878cdd87c5a288a3af2f6da432b891e065dd5 Mon Sep 17 00:00:00 2001 From: hornik Date: Tue, 5 Nov 2024 07:15:47 +0000 Subject: [PATCH] Fix PR#18815. Spotted by Lluis Revilla. git-svn-id: https://svn.r-project.org/R/trunk@87287 00db46b3-68df-0310-9c12-caf00c1e9a41 --- src/library/base/man/debug.Rd | 2 +- src/library/base/man/print.Rd | 2 +- src/library/grid/man/grid.locator.Rd | 4 ++-- src/library/stats/man/ansari.test.Rd | 2 +- src/library/stats/man/confint.Rd | 4 ++-- src/library/stats/man/cor.test.Rd | 4 ++-- src/library/stats/man/kruskal.test.Rd | 2 +- src/library/stats/man/simulate.Rd | 2 +- src/library/stats/man/wilcox.test.Rd | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/library/base/man/debug.Rd b/src/library/base/man/debug.Rd index 8482193d3bc..2801dc4c454 100644 --- a/src/library/base/man/debug.Rd +++ b/src/library/base/man/debug.Rd @@ -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 diff --git a/src/library/base/man/print.Rd b/src/library/base/man/print.Rd index 4f6e1013a36..fc5b7b07eea 100644 --- a/src/library/base/man/print.Rd +++ b/src/library/base/man/print.Rd @@ -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) diff --git a/src/library/grid/man/grid.locator.Rd b/src/library/grid/man/grid.locator.Rd index 56a3bdfaf1f..fee2dfc7236 100644 --- a/src/library/grid/man/grid.locator.Rd +++ b/src/library/grid/man/grid.locator.Rd @@ -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{ diff --git a/src/library/stats/man/ansari.test.Rd b/src/library/stats/man/ansari.test.Rd index 1cc3e57aed3..ca8a104a162 100644 --- a/src/library/stats/man/ansari.test.Rd +++ b/src/library/stats/man/ansari.test.Rd @@ -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. } diff --git a/src/library/stats/man/confint.Rd b/src/library/stats/man/confint.Rd index 2dae231419c..a4ec1745646 100644 --- a/src/library/stats/man/confint.Rd +++ b/src/library/stats/man/confint.Rd @@ -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 (?) diff --git a/src/library/stats/man/cor.test.Rd b/src/library/stats/man/cor.test.Rd index 3ef9c7f1933..db75b1acc75 100644 --- a/src/library/stats/man/cor.test.Rd +++ b/src/library/stats/man/cor.test.Rd @@ -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}, diff --git a/src/library/stats/man/kruskal.test.Rd b/src/library/stats/man/kruskal.test.Rd index 533731863ee..56d38d2fe70 100644 --- a/src/library/stats/man/kruskal.test.Rd +++ b/src/library/stats/man/kruskal.test.Rd @@ -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. } diff --git a/src/library/stats/man/simulate.Rd b/src/library/stats/man/simulate.Rd index fb4807ac231..4b595b165e8 100644 --- a/src/library/stats/man/simulate.Rd +++ b/src/library/stats/man/simulate.Rd @@ -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{ diff --git a/src/library/stats/man/wilcox.test.Rd b/src/library/stats/man/wilcox.test.Rd index 509cd209ec4..134ee15095d 100644 --- a/src/library/stats/man/wilcox.test.Rd +++ b/src/library/stats/man/wilcox.test.Rd @@ -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.