R update available?

Hi,

can’t get the latest R version (3.5.1) with

sudo apt-get install r-base r-base-dev

I get the following message:
r-base-dev is already the newest version (3.4.4-1trusty0)

Is there a way around it?

Thanks

Hi Paula,

You can run

sudo echo "deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/" >> /etc/apt/sources.list.d/cran-xenial.list
then
sudo apt update && apt upgrade

All the best,
Sion

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.