The R Project SVN R

Rev

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

Rev 27447 Rev 27625
Line 77... Line 77...
77
    \code{\link{options}}.}
77
    \code{\link{options}}.}
78
  \item{verbose}{a logical.  If \code{TRUE}, additional diagnostics are
78
  \item{verbose}{a logical.  If \code{TRUE}, additional diagnostics are
79
    printed.}
79
    printed.}
80
  \item{quietly}{a logical.  If \code{TRUE}, no message confirming
80
  \item{quietly}{a logical.  If \code{TRUE}, no message confirming
81
    package loading is printed.}
81
    package loading is printed.}
82
  \item{save}{logical or environment.  IF \code{TRUE}, a call to
82
  \item{save}{logical or environment.  If \code{TRUE}, a call to
83
  \code{require} from the source for a package will save the name of
83
  \code{require} from the source for a package will save the name of
84
  the required package in the variable \code{".required"}, allowing
84
  the required package in the variable \code{".required"}, allowing
85
  function \code{\link{detach}} to warn if a required package is
85
  function \code{\link{detach}} to warn if a required package is
86
  detached. See section \sQuote{Packages that require other packages} below.}
86
  detached. See section \sQuote{Packages that require other packages} below.}
87
  \item{libname}{a character string giving the library directory where
87
  \item{libname}{a character string giving the library directory where