Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrm-r requires R version to be 3.1.* or higher #11

Closed
shajoezhu opened this issue Oct 22, 2014 · 1 comment
Closed

scrm-r requires R version to be 3.1.* or higher #11

shajoezhu opened this issue Oct 22, 2014 · 1 comment

Comments

@shajoezhu
Copy link
Member

Ubuntu users can update R by the following step.

  1. Remove R. sudo apt-get remove r-base-core
  2. Add entry deb http://cran.rstudio.com/bin/linux/ubuntu trusty/ to the source list /etc/apt/sources.list.
  3. Then execute
    gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9, and followed by gpg -a --export E084DAB9 | sudo apt-key add - to add the key.
  4. sudo apt-get update, upgrade, and then install r-base.
@paulstaab
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants