Displaying 1 result from an estimated 1 matches for "datepfx".
Did you mean:
datep
2010 Jun 06
1
R CMD in 2.11.1 error
...e 'quantplus'
* removing 'd:/developer/projects/quant+/package_builder/quantplus.Rcheck/quantplus'
the problem function:
**************************************************
gzWrite =
# write out a data frame into a gzip file in the format of write.table
function(ds, outdir, outpfx, datepfx, sep='\t', quote=TRUE, row.names=FALSE, col.names=TRUE, na='NA', append=FALSE) {
if (F) {
ds = ds.price;
outdir = pathPrice;
outpfx = paste(pfx.price,'_',sep='');
datepfx = fdate;
sep = '\t';
quote = TRUE;
row.names = FALSE;
co...