Re: [R] Putting together a constantly evolving package

2009-09-15 Thread Romain Francois
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

Re: [R] Putting together a constantly evolving package

2009-09-15 Thread Erik Iverson
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

[R] Putting together a constantly evolving package

2009-09-15 Thread Steve Lianoglou
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