Re: [R-sig-Debian] R on Ubuntu

2018-05-06 Thread Dale Steele
Hi Roman - Based on advice form the list, here's what I did: sudo apt purge r-cran-* r-base-* sudo add-apt-repository ppa:marutter/rrutter3.5 sudo apt-get update sudo add-apt-repository ppa:marutter/c2d4u3.5 sudo apt-get update dpkg -l | grep r-cran-* sudo apt-get install r-base r-base-dev

Re: [R-sig-Debian] R on Ubuntu

2018-05-06 Thread Dirk Eddelbuettel
Dale, Thanks for chiming in. Some very personal notes below: On 6 May 2018 at 17:52, Dale Steele wrote: | Hi Roman - | | Based on advice form the list, here's what I did: | | sudo apt purge r-cran-* r-base-* I usually try my utmost not to. Once packages are purge you cannot get them back. I

[R-sig-Debian] R on Ubuntu

2018-05-06 Thread Aguirre Perez, Roman
Hi everyone, first of all, my sincerest thanks for the maintainers of this massive project. Such a compelling task! Briefly, I’m a PhD student working on Spatial Stats who loves R. Last week I decided to install and use Ubuntu (again). Consequently, I install the latest release (18.04) and