Displaying 1 result from an estimated 1 matches for "ns_util".
Did you mean:
  cs_util
  
2012 Aug 26
2
Package "datasets" not exporting anything on a recent R-2.15.1-patched
...ng apparent oddity: the package "datasets" 
does not appear to export anything out of its namespace:
 > ns_datasets <- getNamespace('datasets')
 > getNamespaceExports(ns_datasets)
character(0)
Not the case with other packages (example here with "utils"):
 > ns_utils <- getNamespace('utils')
 > head(getNamespaceExports(ns_utils))
[1] "?"            ".DollarNames" "adist"        "alarm" "apropos"
[6] "aregexec"
Is this a temporary glitch, or is there something new and specific to 
"...