Re: [Rd] bzip2'ed data under data/

2012-03-26 Thread Sebastian P. Luque
On Mon, 26 Mar 2012 16:44:58 +0100, Prof Brian Ripley wrote: [...] >>> Well, the extension is allowed 'optionally' to be .csv.bz2, but that >>> does not make it good practice and I would suggest not using it. >> Does this mean we can still compress the files, but leave the file >> name with suf

Re: [Rd] bzip2'ed data under data/

2012-03-26 Thread Prof Brian Ripley
On 26/03/2012 16:34, Sebastian P. Luque wrote: On Wed, 21 Mar 2012 18:35:15 +, Prof Brian Ripley wrote: On 19/03/2012 20:25, Sebastian P. Luque wrote: Hi, R CMD check PACKAGE_VERSION_tar.gz gives warning: Files not of a type allowed in a ‘data’ directory: ‘tser1.csv.bz2’ ‘tser2.csv.

Re: [Rd] bzip2'ed data under data/

2012-03-26 Thread Sebastian P. Luque
On Wed, 21 Mar 2012 18:35:15 +, Prof Brian Ripley wrote: > On 19/03/2012 20:25, Sebastian P. Luque wrote: >> Hi, >> R CMD check PACKAGE_VERSION_tar.gz gives warning: >> Files not of a type allowed in a ‘data’ directory: ‘tser1.csv.bz2’ >> ‘tser2.csv.bz2’ Please use e.g. ‘inst/extdata’ for n

Re: [Rd] bzip2'ed data under data/

2012-03-21 Thread Prof Brian Ripley
On 19/03/2012 20:25, Sebastian P. Luque wrote: Hi, R CMD check PACKAGE_VERSION_tar.gz gives warning: Files not of a type allowed in a ‘data’ directory: ‘tser1.csv.bz2’ ‘tser2.csv.bz2’ Please use e.g. ‘inst/extdata’ for non-R data files which I didn't expect, based on section 1.1.5 (Data in