sysdata.rda, namespaces and package dependencies
On 11-08-30 8:41 PM, Hadley Wickham wrote:
That works fine for me as well and then this special data are available when the Namespace is loaded already. Have you put that file into package/R rather than package/data? Which R version?
Yes, sysdata.rda is in package/R - source code available here: https://github.com/cwickham/munsell/tree/master/R
I think the problem was you weren't using the github code. When I install it, I don't get the error. I only get it from the CRAN version of the package, which had the munsell.map in an .rda file in the data subdir. Duncan Murdoch