Skip to content
Prev 374770 / 398513 Next

Trouble building R 3.5.0 under Ubuntu 18.04

On Tue, May 22, 2018 at 6:47 PM, Steve Gutreuter <sgutreuter at gmail.com> wrote:
This is the wrong list, see R-sig-debian. That said,

apt-get update
apt-get build-dep r-base
wget https://cran.r-project.org/src/base/R-3/R-3.5.0.tar.gz
tar -xvf R-3.5.0.tar.gz
cd R-3.5.0
./configure
make
./bin/R

works for me.

--Ista
 My attempts have failed, including: