Hey Doug,
I am very happy to find someone with the same idea as me. I have a little project in mind using R and raspbian.
Roughly, what I want to do is the following:
- R on raspbian runs a script automatically every saturday night and compiles a PDF report about the output (weekly data) and uploads it to my google drive or dropbox or wherever.
- On Sunday morning I can access the report from my android tablet read the updated info together with a coffee
Anyways, these ideas are way off in the future, since I am already struggling with basics. R in general is not the problem since I use it almost daily. On my raspbian so far I got XBMC running and working and I am super glad with it.
However, I managed to install R using
But when I want to install more packages, for instance "foreign", I am already running into troubles.
Code: Select all
> install.packages("foreign")
Installiere Paket(e) nach '/usr/local/lib/R/site-library'
(da 'lib' nicht spezifiziert)
--- Bitte einen CRAN Spiegel für diese Sitzung auswählen ---
Fehler in if (ht < length(choices)) { :
Fehlender Wert, wo TRUE/FALSE nötig ist
Zusätzlich: Warnmeldung:
In tcltk::tk_select.list(choices, preselect, multiple, title) :
NAs durch Umwandlung erzeugt
>
I would also love to install Version 3.x.x as mentioned on this website
http://cran.r-project.org/bin/linux/debian/README.html but adding deb
http://http://cran.r-mirror.de/bin/linux/debian wheezy-cran3/ to the file /etc/apt/sources.list does not work. I have to mention that LINUX installations still give me a headache each time and I need to have a step-by-step procedure.
You refer to you blog, but I cannot access the website:
http://raspberrypiandr.net/wordpress
http://raspberrypiandr.no-ip.org/wordpress/
The pages read:
Neither /etc/wordpress/config-raspberrypiandr.no-ip.org.php nor /etc/wordpress/config-no-ip.org.php could be found.
Ensure one of them exists, is readable by the webserver and contains the right password/username.
Additionally, I would love to work with R-Studio on raspbian, but this is not required as I will do the coding on my PC and just upload the script to the pi.
Since it looks like you really know what you are doing, I would appreciate it a lot if you could give me some clues about to solve my issues.
Thanks a lot in advance,
Michael