Skip to content
Prev 350708 / 398502 Next

Package Build Recommendations

Hi Glenn,

Generally data files are stored in the 'data' directory.  If you visit
Hadley's R packages site on the data page (http://r-pkgs.had.co.nz/data.html)
this is described quite clearly.  You can use the devtools package
functions like `use_data` to have data files properly stored in your
package.

Cheers,
Charles
On Tue, May 5, 2015 at 7:16 PM, Glenn Schultz <glennmschultz at me.com> wrote: