[Rd] Preferred way to include internal data in package?

Jeroen Ooms jeroen.ooms at stat.ucla.edu
Mon Aug 4 17:30:22 CEST 2014


> 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".



More information about the R-devel mailing list