The R Project SVN R

Rev

Rev 88581 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88581 Rev 89993
Line 1... Line 1...
1
% File src/library/base/man/library.Rd
1
% File src/library/base/man/library.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-2022 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{library}
6
\name{library}
7
\title{Loading/Attaching and Listing of Packages}
7
\title{Loading/Attaching and Listing of Packages}
8
\alias{library}
8
\alias{library}
Line 89... Line 89...
89
  To suppress messages during the loading of packages use
89
  To suppress messages during the loading of packages use
90
  \code{\link{suppressPackageStartupMessages}}: this will suppress all
90
  \code{\link{suppressPackageStartupMessages}}: this will suppress all
91
  messages from \R itself but not necessarily all those from package
91
  messages from \R itself but not necessarily all those from package
92
  authors.
92
  authors.
93
 
93
 
-
 
94
  When both \code{verbose} and \code{quietly} are true, a
-
 
95
  \code{\link{message}} is produced - once per caller running.
-
 
96
 
94
  If \code{library} is called with no \code{package} or \code{help}
97
  If \code{library} is called with no \code{package} or \code{help}
95
  argument, it lists all available packages in the libraries specified
98
  argument, it lists all available packages in the libraries specified
96
  by \code{lib.loc}, and returns the corresponding information in an
99
  by \code{lib.loc}, and returns the corresponding information in an
97
  object of class \code{"libraryIQR"}.  (The structure of this class may
100
  object of class \code{"libraryIQR"}.  (The structure of this class may
98
  change in future versions.)  Use \code{.packages(all = TRUE)} to
101
  change in future versions.)  Use \code{.packages(all = TRUE)} to