[R-SIG-Finance] qmao installation failure
G See
gsee000 at gmail.com
Tue May 21 22:24:51 CEST 2013
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
More information about the R-SIG-Finance
mailing list