| Line 23... |
Line 23... |
| 23 |
\arguments{
|
23 |
\arguments{
|
| 24 |
\item{package}{a character vector naming installed packages, or \code{NULL}
|
24 |
\item{package}{a character vector naming installed packages, or \code{NULL}
|
| 25 |
(the default) meaning all attached packages.}
|
25 |
(the default) meaning all attached packages.}
|
| 26 |
\item{x}{an object of class \code{"sessionInfo"}.}
|
26 |
\item{x}{an object of class \code{"sessionInfo"}.}
|
| 27 |
\item{object}{an object of class \code{"sessionInfo"}.}
|
27 |
\item{object}{an object of class \code{"sessionInfo"}.}
|
| 28 |
\item{locale}{show locale information?}
|
28 |
\item{locale}{show locale and code page information?}
|
| 29 |
\item{RNG}{show information on \code{\link{RNGkind}()}? Defaults to true
|
29 |
\item{RNG}{show information on \code{\link{RNGkind}()}? Defaults to true
|
| 30 |
iff it differs from the \R version's default, i.e., \code{\link{RNGversion}(*)}.}
|
30 |
iff it differs from the \R version's default, i.e., \code{\link{RNGversion}(*)}.}
|
| 31 |
\item{\dots}{currently not used.}
|
31 |
\item{\dots}{currently not used.}
|
| 32 |
}
|
32 |
}
|
| 33 |
\value{
|
33 |
\value{
|
| Line 45... |
Line 45... |
| 45 |
\code{\link{getOption}("matprod")}.}
|
45 |
\code{\link{getOption}("matprod")}.}
|
| 46 |
\item{BLAS}{a character string, the result of calling
|
46 |
\item{BLAS}{a character string, the result of calling
|
| 47 |
\code{\link{extSoftVersion}()["BLAS"]}.}
|
47 |
\code{\link{extSoftVersion}()["BLAS"]}.}
|
| 48 |
\item{LAPACK}{a character string, the result of calling \code{\link{La_library}()}.}
|
48 |
\item{LAPACK}{a character string, the result of calling \code{\link{La_library}()}.}
|
| 49 |
\item{locale}{a character string, the result of calling \code{\link{Sys.getlocale}()}.}
|
49 |
\item{locale}{a character string, the result of calling \code{\link{Sys.getlocale}()}.}
|
| - |
|
50 |
#ifdef windows
|
| - |
|
51 |
\item{codepage}{an integer, the result of calling
|
| - |
|
52 |
\code{\link{l10n_info}()["codepage"]}.}
|
| - |
|
53 |
\item{system.codepage}{an integer, the result of calling
|
| - |
|
54 |
\code{\link{l10n_info}()["system.codepage"]}.}
|
| - |
|
55 |
#endif
|
| 50 |
\item{basePkgs}{a character vector of base packages which are attached.}
|
56 |
\item{basePkgs}{a character vector of base packages which are attached.}
|
| 51 |
\item{otherPkgs}{(not always present): a character vector of other
|
57 |
\item{otherPkgs}{(not always present): a character vector of other
|
| 52 |
attached packages.}
|
58 |
attached packages.}
|
| 53 |
\item{loadedOnly}{(not always present): a named list of the results of
|
59 |
\item{loadedOnly}{(not always present): a named list of the results of
|
| 54 |
calling \code{\link{packageDescription}} on packages whose
|
60 |
calling \code{\link{packageDescription}} on packages whose
|