Re: [R] R in raspberry Pi

2017-01-02 Thread Peter Langfelder
I can see the file under this link: http://www.floppybunny.org/robin/web/rbook/online_chapters/r_and_the_raspberry_pi.pdf Make sure the (English) words are not split - my first attempt contained raspber_ry and thus it failed. Peter On Mon, Jan 2, 2017 at 5:10 PM, John Sorkin wrote: > Robin, >

Re: [R] R in raspberry Pi

2017-01-02 Thread John Sorkin
Robin, Your chapter sounds very interesting. Unfortunately it appears that it is not available, at least not to me. John > John David Sorkin M.D., Ph.D. > Professor of Medicine > Chief, Biostatistics and Informatics > University of Maryland School of Medicine Division of Gerontology and > Geriat

Re: [R] R in raspberry Pi

2017-01-02 Thread Erich Subscriptions
R is available for the standard Raspbian distribution. sudo apt-get install r-base will give you a basic installation. So far, hwoever, RStudio has not been made available in the distribution. > On 2 Jan 2017, at 17:47, Jackson Rodrigues > wrote: > > Hi everybody, > > Happy new year!! >

Re: [R] R in raspberry Pi

2017-01-02 Thread Bert Gunter
I would assume it's possible *if* 1) You could load a *nix OS and tools for which R is already compiled 2) You could load a *nix verstion and tools (C++ compiler, etc.) to compile it from the publicly available source 3) If you had sufficient memory and processing power. The CRAN website and rsee