Skip to content
Prev 41041 / 63424 Next

Referencing 'inst' directory in installed package

On Tue, Aug 16, 2011 at 11:17 PM, Jonathan Malmaud <malmaud at gmail.com> wrote:
The inst directory does not exists after installation (this is
described in R-exts).  Use something like
   system.file("extdata", package = "MyPackage")
to locate a directory etc.

Kasper