sysdata.rda, namespaces and package dependencies
Your package is doing something weird, so I think it's you: ?you are loading the munsell.map file via "load.r" in the top level of the package. ?That's not a standard thing to do, and it's not being executed in the first case. Put that load statement into one of the files in the R directory and things should be fine.
I think that's a red-herring - load.r is for development and is never run during usual package installation. Or are you saying I need to explicit load data stored in sysdata.rda within the package? Hadley
Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/