> Sure. The code uses objects() to find the exported objects in the > package, so I guess the offending object will be there. You can check > for yourself by loading the package and calling objects() on the package > environment.
So I guess my question then is how do data sets and namespaces interact? All data objects are automatically exposed and cannot be controlled through a namespace? Following the hint "Two exceptions are allowed: if the R subdirectory contains a file sysdata.rda (a saved image of R objects) this will be lazy-loaded into the name space/package environment – this is intended for system datasets that are not intended to be user-accessible via data. " I also tried using sysdata.rda, but the contents still appear to be exported. Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.