Bug in fImport

Yohan Chalabi chalabi at phys.ethz.ch
Wed Jan 6 09:51:30 CET 2010


>>>> "NC" == Nicolas Chapados <nicolas.chapados at gmail.com>
>>>> on Tue, 5 Jan 2010 17:40:33 -0500

   NC> Dear RMetrics maintainers,
   NC>
   NC> Congratulations for this very useful R package.  There appears
   NC> to be a
   NC> bug in the fredImport function in the fImport package.  The line
   NC>
   NC> if (save) {
   NC> write.table(as.data.frame(X))
   NC> }
   NC>
   NC> does not include a filename, and prints out the file to
   NC> the console
   NC> instead of saving it.  The corresponding line in yahooImport is:
   NC>
   NC> if (save) {
   NC> write.table(as.data.frame(X))
   NC> }
   NC>
   NC> Here is a description of the package version that I am using:



Hi Nicolas,

Thanks for the report. I will fix this issue.

Regards,
Yohan

-- 
PhD candidate
Swiss Federal Institute of Technology
Zurich

www.ethz.ch



More information about the Rmetrics-core mailing list