The R Project SVN R

Rev

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

Rev 76249 Rev 76251
Line 1... Line 1...
1
% File src/library/base/man/ns-load.Rd
1
% File src/library/base/man/ns-load.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-2018 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ns-load}
6
\name{ns-load}
7
\title{Loading and Unloading Name Spaces}
7
\title{Loading and Unloading Name Spaces}
8
%% Currently considered "main" help page on namespaces
8
%% Currently considered "main" help page on namespaces
Line 41... Line 41...
41
  \item{versionCheck}{\code{NULL} or a version specification (a list
41
  \item{versionCheck}{\code{NULL} or a version specification (a list
42
    with components \code{op} and \code{version}).}
42
    with components \code{op} and \code{version}).}
43
  \item{quietly}{logical: should progress and error messages be suppressed?}
43
  \item{quietly}{logical: should progress and error messages be suppressed?}
44
  \item{name}{string or \sQuote{name}, see \code{\link{as.symbol}},
44
  \item{name}{string or \sQuote{name}, see \code{\link{as.symbol}},
45
    of a package, e.g., \code{"stats"}.}
45
    of a package, e.g., \code{"stats"}.}
46
  \item{exclude, include.only}{character vectors; see \code{\link{library}.}
46
  \item{exclude, include.only}{character vectors; see \code{\link{library}}.}
47
  \item{\dots}{further arguments to be passed to \code{loadNamespace}.}
47
  \item{\dots}{further arguments to be passed to \code{loadNamespace}.}
48
}
48
}
49
\details{
49
\details{
50
  The functions \code{loadNamespace} and \code{attachNamespace} are
50
  The functions \code{loadNamespace} and \code{attachNamespace} are
51
  usually called implicitly when \code{\link{library}} is used to load a name
51
  usually called implicitly when \code{\link{library}} is used to load a name