The R Project SVN R

Rev

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

Rev 27652 Rev 27898
Line 17... Line 17...
17
     try.all.packages = getOption("help.try.all.packages"),
17
     try.all.packages = getOption("help.try.all.packages"),
18
#ifdef unix
18
#ifdef unix
19
     htmlhelp = getOption("htmlhelp"),
19
     htmlhelp = getOption("htmlhelp"),
20
#endif
20
#endif
21
#ifdef windows
21
#ifdef windows
22
     chmhelp = getOption("chmhelp"),
-
 
23
     htmlhelp = getOption("htmlhelp"), winhelp = getOption("winhelp"),
22
     chmhelp = getOption("chmhelp"), htmlhelp = getOption("htmlhelp"),
24
#endif
23
#endif
25
     pager = getOption("pager"))
24
     pager = getOption("pager"))
26
?topic
25
?topic
27
type?topic
26
type?topic
28
}
27
}
Line 62... Line 61...
62
    Compiled HTML version of the help will be shown in a help viewer.}
61
    Compiled HTML version of the help will be shown in a help viewer.}
63
  \item{htmlhelp}{logical (or \code{NULL}).  If \code{TRUE}, the HTML
62
  \item{htmlhelp}{logical (or \code{NULL}).  If \code{TRUE}, the HTML
64
    version of the help will be shown in a browser specified by
63
    version of the help will be shown in a browser specified by
65
    \code{options("browser")} or the file-association mechanism.
64
    \code{options("browser")} or the file-association mechanism.
66
  }
65
  }
67
  \item{winhelp}{logical (or \code{NULL}).  If \code{TRUE}, a Windows
-
 
68
    \code{.hlp} file will be used if one is available.}
-
 
69
#endif
66
#endif
70
  \item{pager}{the pager to be used for \code{\link{file.show}}.}
67
  \item{pager}{the pager to be used for \code{\link{file.show}}.}
71
  \item{type}{the special type of documentation to use for this topic;
68
  \item{type}{the special type of documentation to use for this topic;
72
      for example, if the type is \code{class}, documentation is
69
      for example, if the type is \code{class}, documentation is
73
      provided for the class with name \code{topic}.  The function
70
      provided for the class with name \code{topic}.  The function