worked, thanks
-----Original Message-----
From: Guillaume Yziquel [mailto:
[hidden email]]
Sent: Sunday, November 01, 2009 6:09 PM
To: Arthur Kreitman
Cc:
[hidden email]
Subject: Re: [R-SIG-Finance] Simple XTS Quantmod Problem
Arthur Kreitman a écrit :
> I just installed Quantmod. Trying their data loading example, I get the following
>
>> getSymbols("YHOO",src="google")
> Error: could not find function "getSymbols"
>
> I'm sort of a newbi to r and r-sig, thanks
When you type library(quantmod), do you get the following kind of output?
> Le chargement a nécessité le package : xts
> Le chargement a nécessité le package : zoo
>
> Attachement du package : 'zoo'
>
>
> The following object(s) are masked from package:base :
>
> as.Date.numeric
>
> xts now requires a valid TZ variable to be set
> no TZ var is set, setting to TZ=GMT
> Le chargement a nécessité le package : Defaults
> Le chargement a nécessité le package : TTR
> TTR: Technical Trading Rules (version 0.2)
Seems to me that quantmod may be installed, but it is not loaded, in
your case.
--
Guillaume Yziquel
http://yziquel.homelinux.org/_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance-- Subscriber-posting only.
-- If you want to post, subscribe first.