Skip to content
Prev 41130 / 63424 Next

sysdata.rda, namespaces and package dependencies

On 30.08.2011 18:59, Duncan Murdoch wrote:
This is expected. The data object is not exported from the Namespace and 
hence not loaded if a reference to the Namespace is made without 
*attaching* the package. Hence data(..., package=...) is the way to go.

Uwe