You are here: Vanderbilt Biostatistics Wiki>Main Web>SoftwareMirrors (revision 2)EditAttach

Software Mirrors

Ubuntu

To use our Ubuntu repository, add the following to (or replace) your /etc/apt/sources.list as root:

deb http://debian.mc.vanderbilt.edu/ubuntu/ karmic main universe restricted multiverse
deb-src http://debian.mc.vanderbilt.edu/ubuntu/ karmic main universe restricted multiverse
deb http://debian.mc.vanderbilt.edu/ubuntu/ karmic-security universe main multiverse restricted
deb-src http://debian.mc.vanderbilt.edu/ubuntu/ karmic-security universe main multiverse restricted
deb http://debian.mc.vanderbilt.edu/ubuntu/ karmic-updates universe main multiverse restricted
deb-src http://debian.mc.vanderbilt.edu/ubuntu/ karmic-updates universe main multiverse restricted
deb http://debian.mc.vanderbilt.edu/ubuntu/ karmic-proposed universe main multiverse restricted
deb-src http://debian.mc.vanderbilt.edu/ubuntu/ karmic-proposed universe main multiverse restricted
deb http://debian.mc.vanderbilt.edu/ubuntu/ karmic-backports universe main multiverse restricted
deb-src http://debian.mc.vanderbilt.edu/ubuntu/ karmic-backports universe main multiverse restricted

Ubuntu version:

CRAN

To use our CRAN mirror, use the repos argument in the install.packages function, like so:

install.packages("Hmisc", repos="http://debian.mc.vanderbilt.edu/R/CRAN/")

If you wish to use our mirror by default, add this to your .Rprofile file in your home directory:
options(repos="http://debian.mc.vanderbilt.edu/R/CRAN/")

-- JeremyStephens - 22 Jan 2010
Edit | Attach | Print version | History: r6 | r4 < r3 < r2 < r1 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r2 - 22 Jan 2010, JeremyStephens
 

This site is powered by FoswikiCopyright © 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback