Monday, August 16, 2010

Revolution R Enterprise

I realized that the Revolution R Enterprise has only a version for Redhat Linux but not Ubuntu. Too bad.

4 comments:

  1. Actually, revolution-r is in the ubuntu multiverse repository:

    http://packages.ubuntu.com/lucid/gnu-r/revolution-r

    Make sure multiverse is enabled, and:

    >sudo apt-get install revolution-r

    ReplyDelete
  2. Thanks. I have already installed the most recent version of R from source (./confiure, make, make install), will the revolution-r in the multiverse repository conflict with my own version of R?

    ReplyDelete
  3. I'm not sure how the revolution-r package will play with a version of R installed locally from source. If you want the latest R, you don't have to compile and install from the sources - you can just add the cran ubuntu mirror to your /etc/apt/sources.list file, and install the precompiled binaries direct from cran:

    http://cran.r-project.org/bin/linux/ubuntu/

    ReplyDelete
  4. Anonymous5:45 PM

    hi, new to the site, thanks.

    ReplyDelete