Hi,
Maybe you can put the sqlite database somewhere else in the package, for
example:
inst/sqlite/data.sqlite
and access it like this :
db <- system.file( "sqlite", "data.sqlite", package = "YourPackage" )
Romain
On 09/15/2009 09:07 PM, Steve Lianoglou wrote:
Hi all,
I'm putting togethe
in your package, at once.
I hope that might help,
Erik
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Steve Lianoglou
Sent: Tuesday, September 15, 2009 2:08 PM
To: R-help@r-project.org
Subject: [R] Putting together a constantly
Hi all,
I'm putting together some common code + data into a custom package,
everything is working out fine, but the ``R CMD INSTALL MyPackage``
call seems to take a particularly long time in the "**data" step:
$ R CMD INSTALL MyPackage/
* installing to library ‘/Library/Frameworks/R.framewo
3 matches
Mail list logo