Displaying 1 result from an estimated 1 matches for "tser2".
Did you mean:
user2
2012 Mar 19
1
bzip2'ed data under data/
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 packages) of the
Writing R Extensions manual:
Tables (`.tab', `.txt', or `.csv' files) can be compressed by
`gzip', `bzip2' or `xz', optionally with addi...