I am having some trouble installing the twitteR and RAOuth packages that are up on CRAN. I have tried a few different ways; under Windows from source, under Ubuntu using RStudio. I tried the following commands
sudo apt-get install r-cran-twitteR
or
install.packages("packagename", repos=NULL, type="source")
Using RStudio and from source under windows, I am getting a non-zero exit status message.
I have installed from source in the past, but my knowledge on the topic is fairly limited. Any help you can provide will be greatly appreciated.
Here is my system info:
R version 2.12.2 (2011-02-25)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: i686-pc-linux-gnu (32-bit)