getLoadingNamespace
returns information about the
loading namespace. It is a wrapper to
loadingNamespaceInfo
, that does not throw
an error.Tests if a namespace is being loaded.
isNamespaceLoaded
tests if a given namespace is
loaded, without loading it, contrary to
isNamespace
.
isDevNamespace
tests the -- current -- namespace
is a devtools namespace.
Dynamically adds exported objects into the loading namespace.
getLoadingNamespace(env = FALSE, info = FALSE,
nodev = FALSE) isLoadingNamespace(name, nodev = FALSE)
isNamespaceLoaded(name)
isDevNamespace(name)
addNamespaceExport(x)
isLoadingNamespace
test if
any namespace is being loaded.env
and
info
are FALSE
, an environment if
env=TRUE
, a list with elements pkgname
and
libname
if info=TRUE
.