The R Project SVN R

Rev

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

Rev 88659 Rev 88907
Line 146... Line 146...
146
  \code{\link{getNamespace}}, \code{\link{asNamespace}},
146
  \code{\link{getNamespace}}, \code{\link{asNamespace}},
147
  \code{\link{topenv}}, \code{\link{.onLoad}} (etc);
147
  \code{\link{topenv}}, \code{\link{.onLoad}} (etc);
148
  further \code{\link{environment}}.
148
  further \code{\link{environment}}.
149
}
149
}
150
\references{
150
\references{
151
  The \sQuote{Writing R Extensions} manual, section \dQuote{Package namespaces}.
151
  Section \manual{R-exts}{Package namespaces}.
152
}
152
}
153
\author{Luke Tierney and R-core}
153
\author{Luke Tierney and R-core}
154
\examples{
154
\examples{
155
 (lns <- loadedNamespaces())
155
 (lns <- loadedNamespaces())
156
 statL <- isNamespaceLoaded("stats")% checks work also when it is *not* loaded
156
 statL <- isNamespaceLoaded("stats")% checks work also when it is *not* loaded