Hi, everybody, When I have free time I program in R in the office as well. However, I need to use here only R-Fiddle http://www.r-fiddle.org (online R compiler). Pretty cool stuff, however, one problem: getSymbols from quantmod doesn't work. May be someone could help? Thx a lot. Alex Details: library(quantmod) getSymbols("SPY") Error: cannot open destfile '(null).65534.65534/filed1f450ed0a0', reason 'No such file or directory' I tried already with defining env, auto.assign etc. Didn't help.
R-Fiddle
3 messages · Joshua Ulrich, Oleksandr Anufriyev
On Wed, Dec 23, 2015 at 2:11 AM, Oleksandr Anufriyev
<oanufriyev at gmail.com> wrote:
Hi, everybody, When I have free time I program in R in the office as well. However, I need to use here only R-Fiddle http://www.r-fiddle.org (online R compiler). Pretty cool stuff, however, one problem: getSymbols from quantmod doesn't work. May be someone could help?
The problem isn't with quantmod::getSymbols. The problem is that R-Fiddle (apparently) does not allow code to create temporary files/directories in the usual way. So any code that requires temporary files/directories won't work with R-Fiddle. So you need to contact them and ask why it doesn't work.
Thx a lot.
Alex
Details:
library(quantmod)
getSymbols("SPY")
Error: cannot open destfile '(null).65534.65534/filed1f450ed0a0', reason
'No such file or directory'
I tried already with defining env, auto.assign etc. Didn't help.
[[alternative HTML version deleted]]
_______________________________________________ R-SIG-Finance at 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.
Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com
Thanks a lot, Joshua. That's what I thought. Already waiting for the reply from Datacamp. If smth valuable comes, I'll share it here. Happy holidays! Alex On Wed, Dec 23, 2015 at 4:16 PM, Joshua Ulrich <josh.m.ulrich at gmail.com> wrote:
On Wed, Dec 23, 2015 at 2:11 AM, Oleksandr Anufriyev <oanufriyev at gmail.com> wrote:
Hi, everybody, When I have free time I program in R in the office as well. However, I
need
to use here only R-Fiddle http://www.r-fiddle.org (online R compiler). Pretty cool stuff, however, one problem: getSymbols from quantmod doesn't work. May be someone could help?
The problem isn't with quantmod::getSymbols. The problem is that R-Fiddle (apparently) does not allow code to create temporary files/directories in the usual way. So any code that requires temporary files/directories won't work with R-Fiddle. So you need to contact them and ask why it doesn't work.
Thx a lot.
Alex
Details:
library(quantmod)
getSymbols("SPY")
Error: cannot open destfile '(null).65534.65534/filed1f450ed0a0', reason
'No such file or directory'
I tried already with defining env, auto.assign etc. Didn't help.
[[alternative HTML version deleted]]
_______________________________________________ R-SIG-Finance at 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. -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com