[R] problems loading the twitteR package
Allan Engelhardt
allane at cybaea.com
Fri Jul 2 10:26:38 CEST 2010
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.
>
More information about the R-help
mailing list