The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 75093
Line 1... Line 1...
1
% File src/library/utils/man/help.start.Rd
1
% File src/library/utils/man/help.start.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2009 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{help.start}
6
\name{help.start}
7
\title{Hypertext Documentation}
7
\title{Hypertext Documentation}
8
\alias{help.start}
8
\alias{help.start}
Line 55... Line 55...
55
  \code{\link{RSiteSearch}} to access an on-line search of \R resources.
55
  \code{\link{RSiteSearch}} to access an on-line search of \R resources.
56
}
56
}
57
\examples{
57
\examples{
58
\donttest{help.start()}
58
\donttest{help.start()}
59
\dontrun{
59
\dontrun{
60
#ifdef unix
60
if(.Platform$OS.type == "unix") # includes Mac
61
## the 'remote' arg can be tested by
61
  ## the 'remote' arg can be tested by
62
help.start(remote = paste0("file://", R.home()))
62
  help.start(remote = paste0("file://", R.home()))
63
#endif
-
 
64
}}
63
}}
65
\keyword{documentation}
64
\keyword{documentation}