You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.3-3, which was release on CRAN today and will be available on the mirrors soon, now properly declares its dependency on R version greater than 3.1.0. I'm closing this issue.
Ubuntu users can update R by the following step.
sudo apt-get remove r-base-core
deb http://cran.rstudio.com/bin/linux/ubuntu trusty/
to the source list/etc/apt/sources.list
.gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
, and followed bygpg -a --export E084DAB9 | sudo apt-key add -
to add the key.sudo apt-get update
,upgrade
, and theninstall r-base
.The text was updated successfully, but these errors were encountered: