The R Project SVN R

Rev

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

Rev 61153 Rev 61465
Line 22... Line 22...
22
  \item{call.}{logical, indicating if the call should become part of the
22
  \item{call.}{logical, indicating if the call should become part of the
23
    warning message.}
23
    warning message.}
24
  \item{immediate.}{logical, indicating if the call should be output
24
  \item{immediate.}{logical, indicating if the call should be output
25
    immediately, even if \code{\link{getOption}("warn") <= 0}.}
25
    immediately, even if \code{\link{getOption}("warn") <= 0}.}
26
  \item{expr}{expression to evaluate.}
26
  \item{expr}{expression to evaluate.}
27
  \item{domain}{see \code{\link{gettext}}. If \code{NA}, messages will
27
  \item{domain}{see \code{\link{gettext}}.  If \code{NA}, messages will
28
    not be translated.}
28
    not be translated, see also the note in \code{\link{stop}}.}
29
}
29
}
30
\details{
30
\details{
31
  The result \emph{depends} on the value of
31
  The result \emph{depends} on the value of
32
  \code{\link{options}("warn")} and on handlers established in the
32
  \code{\link{options}("warn")} and on handlers established in the
33
  executing code.
33
  executing code.