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
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.
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
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