similar to: R on Ubuntu

Displaying 20 results from an estimated 2000 matches similar to: "R on Ubuntu"

2018 May 06
0
R on Ubuntu
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 Added my account to the 'staff' group, so that I can install non-recommended packages in R
2018 Jun 13
3
r-base-dev not installing in Ubuntu 16.04
Hello All, When I try to install r-base-dev on my Ubuntu 16.04 it gives me the following error r-base-dev : Depends: dh-r but it is not installable E: Unable to correct problems, you have held broken packages. I added the following two repos deb https://mirrors.ebi.ac.uk/CRAN/bin/linux/ubuntu xenial-cran35 deb http://uk-mirrors.evowise.com/ubuntu/ bionic-backports main restricted universe but
2018 Jun 13
1
r-base-dev not installing in Ubuntu 16.04
On 13 June 2018 at 20:54, Robin Lovelace wrote: | I have recently re-installed R on my Ubuntu system to get R 3.5 and found | this to have worked: | | # you may need to remove incumbent repos e.g. with: | sudo apt-add-repository --remove ppa:marutter/rrutter | | # add new repos | sudo apt-add-repository ppa:marutter/rrutter3.5 # for base R | sudo apt-add-repository ppa:marutter/c2d4u4.5 # for
2018 May 05
2
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
Hi I just upgraded to the Ubuntu 18.04 LTS, and tried to add both the "Ubuntu packages" source as well as ppa. I was not able to do this, trying to add for example: deb http://cran.cnr.berkeley.edu/bin/linux/ubuntu bionic/ or using: sudo add-apt-repository ppa:marutter/c2d4u am I doing something wrong, or just being impatient? Are there any plans to build these repos in the near
2020 Mar 28
1
Advice on article about installing R on Linux
On 3/28/20 10:04 AM, Robin Lovelace wrote: > To the list this time... > > On Sat, Mar 28, 2020 at 2:03 PM Robin Lovelace <rob00x at gmail.com> wrote: > >> Hi Dirk, >> >> Thanks for the quick response. >> >> I've updated the draft post following your suggestions, see the updated >> version, in nice .md format, here: >>
2020 May 18
3
c2d4u3.5 ppa for Ubuntu 20.04?
Hi I tried to use Michael's ppa after having installed Ubuntu 20.04 and R 4, and it seems the ppa is not available now for 20.04, I get message: The repository 'http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal Release' does not have a Release file Am I doing something wrong, or is it correct that it is not available yet? Are there any plans to implement it at some point?
2018 Jul 07
2
Segfault on ubuntu 18.04
On 2018-07-07 06:27, Dirk Eddelbuettel wrote: > > On 7 July 2018 at 00:51, G?ran Brostr?m wrote: > | My repo is > | > | deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ > | > | Is that wrong? > > That repo will give you R and key R packages like Matrix lme4. (And you > chose to ignore this repo by compiling R yourself ...). Not really: I installed
2020 Mar 28
4
Advice on article about installing R on Linux
Dear list, I've drafted an article on installing geographic R packages on Linux computers and would appreciate any feedback. Is the following text correct, useful and future-proof?: R?s spatial packages can be installed from source on recent (since Ubuntu 19.04) versions of this popular operating system, once the appropriate repository has been set-up, meaning faster install times (only a
2018 Jul 06
2
Segfault on ubuntu 18.04
On 2018-07-07 00:34, Dirk Eddelbuettel wrote: > > On 6 July 2018 at 22:57, G?ran Brostr?m wrote: > | > | > | On 2018-07-06 22:44, Dirk Eddelbuettel wrote: > | > > | > On 6 July 2018 at 21:52, G?ran Brostr?m wrote: > | > | I did this and removed anything related to R and reinstalled. Then, in R, > | > | > | > | > install.packages("curl")
2020 Apr 27
2
hash sum mismatch (tested on xenial cran35 repo ) startnig 4/27
Starting 4/27/2020 I started having issues installing r-base/dev packages on unbuntu 16.04. Here are the commands I used based on https://cran.r-project.org/bin/linux/ubuntu/README.html echo "deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/" | sudo tee -a /etc/apt/sources.list gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys
2018 Jul 06
2
undefined symbol: cholmod_factorize_p
I am installing R_3.5.1 from source on ubuntu 18.04, and 'config' + 'make' gives me (at the end) Loading required package: Matrix Error: package or namespace load failed for ?Matrix? in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/home/goran/src/R-3.5.1/library/Matrix/libs/Matrix.so': /home/goran/src/R-3.5.1/library/Matrix/libs/Matrix.so:
2018 Aug 16
2
Xenial rpart package on CRAN built with wrong R version?
I manually downloaded the rpart package and installed it using dpkg, without removing the old rpart package first, and now everything works. During the installation, dpkg said: Unpacking r-cran-rpart (4.1-13-1cran1xenial0) over (4.1-13-1cran1xenial0) So again, it seemed that the new version had been installed, but it really wasn?t. I had no idea that something like this could happen. Huh.
2018 Jul 07
1
undefined symbol: cholmod_factorize_p
On 2018-07-07 13:08, Jeroen Ooms wrote: > On Fri, Jul 6, 2018 at 11:57 PM, G?ran Brostr?m > <goran.brostrom at umu.se> wrote: >> I am installing R_3.5.1 from source on ubuntu 18.04, and 'config' + >> 'make' gives me (at the end) > > Probably something went wrong earlier in the build when compiling > the Matrix package. However it's much easier
2018 Aug 14
2
Xenial rpart package on CRAN built with wrong R version?
I?m not using the PPA, but the CRAN mirror from https://cran.r-project.org/bin/linux/ubuntu/#installation: deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/ On 14 Aug 2018, at 12:25, George N. White III <gnwiii at gmail.com<mailto:gnwiii at gmail.com>> wrote: qOn Tue, 14 Aug 2018 at 05:04, Ulrich KELLER <ulrich.keller at uni.lu<mailto:ulrich.keller at
2018 Jun 13
0
r-base-dev not installing in Ubuntu 16.04
I have recently re-installed R on my Ubuntu system to get R 3.5 and found this to have worked: # you may need to remove incumbent repos e.g. with: sudo apt-add-repository --remove ppa:marutter/rrutter # add new repos sudo apt-add-repository ppa:marutter/rrutter3.5 # for base R sudo apt-add-repository ppa:marutter/c2d4u4.5 # for pkgs - this saved me lots of time installing my set-up At the end
2019 May 02
2
Disco Dingo repository issues
Hi, I have just installed Ubuntu 19.04 (Disco Dingo) and after adding the following repo: deb https://cloud.r-project.org/bin/linux/ubuntu disco-cran35/ and importing the keys, I want to install r-base so I perform the following: sudo apt update sudo apt install r-base Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be
2019 Jun 15
1
Bionic beaver repository issues
I can't tell what you did wrong as I can't see your setup -- and your email is not really readable on my screen (next time please try text mode if you can). Bionic beaver works for other people, see eg this blog post, support slides and (primarily) video http://dirk.eddelbuettel.com/blog/2019/06/09#022_rocker_and_ppas http://dirk.eddelbuettel.com/papers/r4_rocker_and_ppas.pdf
2018 May 27
2
Announcing cran2deb4ubuntu for R 3.5.0
I would like to announce that c2d4u3.5 is now available for public use. You can see a blog post here with all the details: http://rubuntu.netlify.com/post/2018-05-25-announcing-c2d4u3-5/ There still might be one to two issues. Please let me know if you have any problems. Michael
2019 Mar 01
1
pcre problems
Still something wrong. I've uncommented the deb-src lines in sources.list as you suggested (and I thought it couldn't hurt to try --allow-unauthenticated as well) and: root at limpet:/etc/apt# apt-get update --allow-unauthenticated Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://repo.steampowered.com/steam precise InRelease Hit:3
2020 Apr 28
2
CRAN R 4.0.0 for Ubuntu repos missing r-recommend dependency
Hi Dirk, Could there be a typo on https://cloud.r-project.org/bin/linux/ubuntu/README.html? The installation entries mention cran35 for R 4.0. Should that be cran40? Best regards, Thierry ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie &