Skip to content

Commit f59657c

Browse files
author
hornik
committed
Update for c88481.
git-svn-id: https://svn.r-project.org/R/trunk@88498 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent cb76a84 commit f59657c

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

src/library/base/man/RdUtils.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
}
5757
\seealso{
5858
The section \sQuote{Processing documentation files} in the
59-
\sQuote{Writing R Extensions} manual: \code{\link{RShowDoc}("R-exts")}.
59+
\sQuote{Writing R Extensions} manual:
60+
\code{\link{RShowDoc}("R-exts#Processing-documentation-files")}.
6061
}
6162
\keyword{utilities}

src/library/utils/man/COMPILE.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454

5555
The section on \dQuote{Customizing package compilation} in
5656
the \sQuote{R Administration and Installation} manual:
57-
\code{\link{RShowDoc}("R-admin")}.
57+
\code{\link{RShowDoc}("R-admin#Customizing-package-compilation")}.
5858
}
5959
\keyword{utilities}

src/library/utils/man/PkgUtils.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
\seealso{
7070
The sections on \sQuote{Checking and building packages} and
7171
\sQuote{Processing documentation files} in \sQuote{Writing R Extensions}:
72-
\code{\link{RShowDoc}("R-exts")}.
72+
\code{\link{RShowDoc}("R-exts#Checking-and-building-packages")}.
7373
}
7474
\keyword{utilities}

src/library/utils/man/RShowDoc.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/utils/man/RShowDoc.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2015 R Core Team
3+
% Copyright 1995-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{RShowDoc}
@@ -35,7 +35,8 @@ RShowDoc(what, type = c("pdf", "html", "txt"), package)
3535
If \code{what} is missing a brief usage message is printed.
3636

3737
The documentation types are tried in turn starting with the first
38-
specified in \code{type} (or \code{"pdf"} if none is specified).
38+
specified in \code{type} (or if none is specified, \code{"html"} if \R
39+
is being using interactively and \code{"pdf"} otherwise).
3940
}
4041
\seealso{
4142
For displaying regular help files, \code{\link{help}} (or

src/library/utils/man/Rprof.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ line information for new files, and issue a warning when
207207
}
208208
\seealso{
209209
The chapter on \dQuote{Tidying and profiling R code} in
210-
\sQuote{Writing R Extensions}: \code{\link{RShowDoc}("R-exts")}.
210+
\sQuote{Writing R Extensions}:
211+
\code{\link{RShowDoc}("R-exts#Tidying-and-profiling-R-code")}.
211212

212213
\code{\link{summaryRprof}} to analyse the output file.
213214

src/library/utils/man/prompt.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ promptImport(object, filename = NULL, name = NULL,
8989
\seealso{
9090
\code{\link{promptData}}, \code{\link{help}} and the chapter on
9191
\sQuote{Writing R documentation files} in the \sQuote{Writing R Extensions}
92-
manual: \code{\link{RShowDoc}("R-exts")}.
92+
manual:
93+
\code{\link{RShowDoc}("R-exts#Writing-R-documentation-files")}.
9394

9495
For creation of many help pages (for a package),
9596
see \code{\link{package.skeleton}}.

src/library/utils/man/summaryRprof.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ summaryRprof(filename = "Rprof.out", chunksize = 5000,
117117

118118
\seealso{
119119
The chapter on \sQuote{Tidying and profiling R code} in
120-
\sQuote{Writing R Extensions}: \code{\link{RShowDoc}("R-exts")}.
120+
\sQuote{Writing R Extensions}:
121+
\code{\link{RShowDoc}("R-exts#Tidying-and-profiling-R-code")}.
121122

122123
\code{\link{Rprof}}
123124

0 commit comments

Comments
 (0)