If you are on a Unix machine try your package manager first to see if
it has the packages you need. Otherwise, try
install.package("twitteR", dependencies = TRUE)
(or RCurl) and see if that helps.
Allan
On 01/07/10 22:51, lyolya wrote:> Dear all,
>
> I cannot load the twitteR package. When I have it installed and try to load
> it, I get the following response from the system:
>
>
>> library(twitteR)
>>
> Loading required package: RCurl
> Error: package 'RCurl' could not be loaded
> Adem?s: Mensajes de aviso perdidos
> In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc >
lib.loc) :
> there is no package called 'RCurl'
>
> and when I further manually install and load the RCurl package, I get this
> response:
>
> ERROR: dependencies ?bitops? are not available for package ?RCurl?
> * removing ?/Users/lyolya/RCurl?
>
> Would be happy with any piece of advice,
>
> Thank you.
>
> Lyolya.
>