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.
______________________________________________
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.