Results 1 to 9 of 9

Thread: A fast mirror for the R statistical package

  1. #1
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    A fast mirror for the R statistical package

    The vendor of my favorite GUI for R, viz., RStudio.com, has recently started maintaining its own mirror of the Comprehensive R Archive Network (CRAN), the primary server for which is maintained by the Institute for Statistics and Mathematics of WU (Wirtschaftsuniversität Wien).

    The RStudio.com mirror offers an interesting potential advantage for users. Explaining this is the following excerpt from the RStudio Blog:

    "RStudio maintains its own CRAN mirror, http://cran.rstudio.com. The server itself is a virtual machine run by Amazon’s EC2 service, and it syncs with the main CRAN mirror in Austria once per day. When you contact http://cran.rstudio.com, however, you’re probably not talking to our CRAN mirror directly. That’s because we use Amazon CloudFront, a content delivery network, which automatically distributes the content to locations all over the world. When you try to download a package from the RStudio cloud mirror, it’ll be retrieved from a local CloudFront cache instead of the CRAN mirror itself. That means that, no matter where you are in the world, the data [don’t] need to travel very far, and so [are] fast to download."

    I've tried out the RStudio.com mirror myself, and I have the impression (admittedly, merely a subjective one) that this mirror is indeed fast. In my case, I have for some time been using the CRAN mirror maintained by the University of California, Berkeley (UCB); its service has been generally good, but occasionally slow. (I need to acknowledge that I haven't tried to ascertain whether the occasional slownesses were due to that mirror itself or to network delays.)

    In any case, my experience with the RStudio.com mirror has been satisfactory enough that today I changed my desktop's repository for R from UCB to RStudio.com. In case you would like to try this yourself, here is the APT line to be added to the "Other Software" tab of the " Software Sources" window in the Synaptic Package Manager:

    Code:
    deb http://cran.rstudio.com/bin/linux/ubuntu precise/
    Of course, if you are not using Precise Pangolin, then replace "precise" by the name of your version of Ubuntu.
    Last edited by rewyllys; June 14th, 2013 at 12:35 AM.

  2. #2
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: A fast mirror for the R statistical package

    Code:
    W: GPG error: http://cran.rstudio.com raring/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB9
    To fix this run

    Code:
    gpg --keyserver pgpkeys.mit.edu --recv-key 51716619E084DAB9
    
    gpg -a --export 51716619E084DAB9 | sudo apt-key add -
    Last edited by monkeybrain2012; June 16th, 2013 at 04:26 AM.

  3. #3
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: A fast mirror for the R statistical package

    Thanks for your help.

  4. #4
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: A fast mirror for the R statistical package

    Hi,

    I installed R and a few packages using Michael Rutter's ppa https://launchpad.net/~marutter/+archive/rrutter After adding this repository something strange has happened. All the packages I have installed under Michael's ppa appear instead under the entry raring/main/(cran.rstudio.com) when I searched for them in synaptic, normally that only happens when a newly added repository has more up to date versions but the version numbers have not changed for these packages and there was no update available. Also the entries for all packages in raring/main/cran.rstudio.com and raring/universe/(cran.rstudio.com) appear twice in synaptic.

    I asked Michael and here is his reply
    1. All the packages are built at the RRutter PPA.
    2. The packages found at any CRAN mirror are copies of the packages at the RRutter PPA.
    3. In fact, it is only a subset, so if you want all of the packages at RRutter, just install that.
    4. Even more packages can be found at the c2d4u PPA (https://launchpad.net/~marutter/+archive/c2d4u).

    My advice is to install only the RRutter PPA and the c2d4u PPA. The only reason to use a CRAN mirror in /etc/apt/sources.list is if you want to use an older version of R.
    I have since removed the rstudio repository from my sources and everything is now back to normal.

    Hope this will help if someone experiences something like that in the future.

  5. #5
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: A fast mirror for the R statistical package

    Quote Originally Posted by monkeybrain2012 View Post
    . . . . Hope this will help if someone experiences something like that in the future.
    Thanks again, MonkeyBrain.

    From looking at Michael Rutter's RutterR Webpage, I get the impression that it's an interesting source of R packages, provided that one is willing to accept the risks associated with what Mr. Rutter styles as “unsupported packages from this untrusted PPA”.

  6. #6
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: A fast mirror for the R statistical package

    Quote Originally Posted by rewyllys View Post
    I get the impression that it's an interesting source of R packages, provided that one is willing to accept the risks associated with what Mr. Rutter styles as “unsupported packages from this untrusted PPA”.
    Never mind that, it is a standard disclaimer on launchpad's ppas, "untrusted" just means that Canonical is not responsible for maintaining it. There is no risk whatsoever.

  7. #7
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: A fast mirror for the R statistical package

    @MonkeyBrain2012,

    It being the case that I'm both stubborn and slow, it's taken me the past three weeks to come round to your suggestions, but I've now done so.

    I've removed the RStudio mirror of the CRAN Website from my desktop and replaced it by Michael Rutter's PPA.

    Thank you again for your help and suggestions.

  8. #8
    Join Date
    Jul 2013
    Beans
    87
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: A fast mirror for the R statistical package

    I know i came to this thread late in the game, but I prefer installing packages directly from the terminal window. If one mirror is slow, pick another.

  9. #9
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: A fast mirror for the R statistical package

    Quote Originally Posted by RichardET View Post
    I know i came to this thread late in the game, but I prefer installing packages directly from the terminal window. If one mirror is slow, pick another.
    @RichardET: À chacun son goût.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •