BTW, this Warning (as opposed to error) in getEPS()

Warning message:
In readLines(tmp) :
  incomplete final line found on
'C:\Users\BAM\AppData\Local\Temp\RtmpC0laFg\file111060ec69e2'

actually comes from getFinancials().  It's harmless, but could be
avoided if getFinancials() were patched to use warn=FALSE in the
readLines() call.


Josh, Jeff,

Line 13 of getFinancials.R could be changed from

    Symbol <- readLines(tmp)

to

    Symbols <- readLines(tmp, warn=FALSE)


Garrett

_______________________________________________
R-SIG-Finance@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should 
go.

Reply via email to