Re: [R] including data frames in R packages

2008-02-25 Thread Peter Dalgaard
dxc13 wrote: > useR's, > > Does any one know if there is a size limitation on the data frames that can > be included in R packages. I have a data set in a text file that I would > like to include in a package I am building and it is 8.5 MB in size. Will > this be problematic? Not as such, no. T

Re: [R] including data frames in R packages

2008-02-25 Thread Gavin Simpson
On Sun, 2008-02-24 at 18:05 -0800, dxc13 wrote: > useR's, > > Does any one know if there is a size limitation on the data frames that can > be included in R packages. I have a data set in a text file that I would > like to include in a package I am building and it is 8.5 MB in size. Will > this

[R] including data frames in R packages

2008-02-24 Thread dxc13
useR's, Does any one know if there is a size limitation on the data frames that can be included in R packages. I have a data set in a text file that I would like to include in a package I am building and it is 8.5 MB in size. Will this be problematic? Is the process for including data sets in