> I’m developing a package and would like to include some data sets for > internal use only, e.g. configuration parameters for functions. What is the > preferred way of doing this? If I put them in data/, then R CMD check asks > me to document them but I’d prefer it if they floated beneath the surface, > without the users awareness.
Perhaps in sysdata.rda. See "Writing R Extensions". ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel