[R-pkg-devel] Data-generating scripts in R packages

Dirk Eddelbuettel edd at debian.org
Tue Mar 22 22:08:22 CET 2016


Kevin,

The inst/ directory gives a good handle to pass arbitrary directory layouts
of your choosing through.  You just need to avoid inst/data as it would clash
with an existing data/ directory.

I think I have seen

    inst/rawData
    inst/extData                # as in 'external data'

and of course

    inst/scripts

or

    inst/tools

Note that there is a reasonable discussion in Writing R Extensions, but as
always, you have to find it first.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org



More information about the R-package-devel mailing list