namespace (version 0.9.1)
Provide namespace managment functions not (yet) present in base
R
Description
This package provides user-level functions to manage
namespaces not (yet) available in base R: 'registerNamespace',
'unregisterNamespace', 'makeNamespace', and
'getRegisteredNamespace'
('makeNamespaces' is extracted from the R 'base' package source code:
src/library/base/R/namespace.R)