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. There are larger packages on CRAN already. As Gavin
points out it will take up space on CRAN and on end users' computers,
and it could be too large to handle for some, so you should consider
whether it really is the Right Thing to do (which could well be the case).

> Is the process for including data sets in packages
> documented in WRE?
>   
Yes... If you search for "data", you'll find the relevant bits soon
enough. (Or just go to Sec. 1.1.3)

> Thanks,
> dxc
>   


-- 
   O__  ---- Peter Dalgaard             Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to