Re: [R] Download limit

2012-10-06 Thread R. Michael Weylandt
On Sat, Oct 6, 2012 at 12:38 PM, agiani99  wrote:
> Hi Michael,
> I am not under  firewall, but I noticed that when I setInternet2=FALSE the
> problem disappears.
> SetInternet2=TRUE is required to download Systematic Investor Toolbox (SIT).
> I don't know why or whether it makes sense, but yes it seems a connection
> problem and no
> it seems to have something to do with R or RStudio. Thanks for your time,
> though.
> Best
> Andrea
>

I think this is one of those situations where non-Windows folks just
shake their heads and sigh. I'm afraid I don't know enough about
Windows internet settings to comment (though BDR, Duncan M, Uwe, or
many of the other folks on this list much smarter than I could likely
explain it) but for now, I'm just happy to hear you got it working.

Cheers,
Michael

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Download limit

2012-10-06 Thread agiani99

Hi Michael,
I am not under  firewall, but I noticed that when I setInternet2=FALSE 
the problem disappears.

SetInternet2=TRUE is required to download Systematic Investor Toolbox (SIT).
I don't know why or whether it makes sense, but yes it seems a 
connection problem and no
it seems to have something to do with R or RStudio. Thanks for your 
time, though.

Best
Andrea



Am 06.10.2012 12:31, schrieb R. Michael Weylandt:

On Sat, Oct 6, 2012 at 8:19 AM, agiani99  wrote:

Hi all,
I am trying to use in RStudio the latest code given in
https://github.com/systematicinvestor/SIT/blob/master/R/bt.test.r,
which seems to work fine  but with the following warning for download
limits (one for each of the tickers).
I searched in options() something which could be related to this
setting, w/o success.
Any hint for me in order to raise or remove these limits? Where is this
limit set? I am using R 2.15-1 on Rstudio 0.96.331 in W7.
Best
Andrea


I don't believe this is an R or an RStudio problem as much as it is a
connectivity problem. I'd be willing to guess you're behind a firewall
of some sort?

Cheers,
Michael


tickers = spl('SPY,TLT,GLD,SHY')
data <- new.env()
getSymbols(tickers, src = 'yahoo', from = '1980-01-01', env = data, auto.assign 
= T)


Warnmeldungen:
1: In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m,  :
heruntergeladene Länge 261497 != angegebener Länge 200


 [[alternative HTML version deleted]]


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.





__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Download limit

2012-10-06 Thread R. Michael Weylandt
On Sat, Oct 6, 2012 at 8:19 AM, agiani99  wrote:
> Hi all,
> I am trying to use in RStudio the latest code given in
> https://github.com/systematicinvestor/SIT/blob/master/R/bt.test.r,
> which seems to work fine  but with the following warning for download
> limits (one for each of the tickers).
> I searched in options() something which could be related to this
> setting, w/o success.
> Any hint for me in order to raise or remove these limits? Where is this
> limit set? I am using R 2.15-1 on Rstudio 0.96.331 in W7.
> Best
> Andrea
>

I don't believe this is an R or an RStudio problem as much as it is a
connectivity problem. I'd be willing to guess you're behind a firewall
of some sort?

Cheers,
Michael

>
>>tickers = spl('SPY,TLT,GLD,SHY')
>>data <- new.env()
>>getSymbols(tickers, src = 'yahoo', from = '1980-01-01', env = data, 
>>auto.assign = T)
> 
> Warnmeldungen:
> 1: In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m,  :
>heruntergeladene Länge 261497 != angegebener Länge 200
>
>
> [[alternative HTML version deleted]]
>
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Download limit

2012-10-06 Thread agiani99
Hi all,
I am trying to use in RStudio the latest code given in 
https://github.com/systematicinvestor/SIT/blob/master/R/bt.test.r,
which seems to work fine  but with the following warning for download 
limits (one for each of the tickers).
I searched in options() something which could be related to this 
setting, w/o success.
Any hint for me in order to raise or remove these limits? Where is this 
limit set? I am using R 2.15-1 on Rstudio 0.96.331 in W7.
Best
Andrea


>tickers = spl('SPY,TLT,GLD,SHY')
>data <- new.env()
>getSymbols(tickers, src = 'yahoo', from = '1980-01-01', env = data, 
>auto.assign = T)

Warnmeldungen:
1: In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m,  :
   heruntergeladene Länge 261497 != angegebener Länge 200


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.