Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Stephen P. Molnar
The current version of R that is available in Wheezy is 2.15.1. However, 
version 2.15.2 is available at CRAN sites.  The site I use is 
http://cran.case.edu/bin/linux/debian which states:


'If you want to have up to date R on wheezy I propose to directly 
install Dirks packages from unstable (sid) by creating a file 
/etc/apt/preferences containing

   Package: *
   Pin: release a=testing
   Pin-Priority: 650

   Package: *
   Pin: release a=unstable
   Pin-Priority: 600

and adding a line for unstable in /etc/apt/sources.list.'

I assume that the preference file should be in /etc/apt and not in 
/etc/apt/preferences.d


My question is what should be the format of the line in the sources.lists?

Thanks in advance



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/50e1f7b2.8070...@sbcglobal.net



Re: Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Hugo Vanwoerkom

Stephen P. Molnar wrote:
The current version of R that is available in Wheezy is 2.15.1. However, 
version 2.15.2 is available at CRAN sites.  The site I use is 
http://cran.case.edu/bin/linux/debian which states:


'If you want to have up to date R on wheezy I propose to directly 
install Dirks packages from unstable (sid) by creating a file 
/etc/apt/preferences containing

   Package: *
   Pin: release a=testing
   Pin-Priority: 650

   Package: *
   Pin: release a=unstable
   Pin-Priority: 600

and adding a line for unstable in /etc/apt/sources.list.'

I assume that the preference file should be in /etc/apt and not in 
/etc/apt/preferences.d


My question is what should be the format of the line in the sources.lists?



deb http://ftp.de.debian.org/debian/ unstable main non-free contrib

Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/kbt2bk$ios$1...@ger.gmane.org



Re: Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Bob Proulx
Stephen P. Molnar wrote:
 The current version of R that is available in Wheezy is 2.15.1.
 However, version 2.15.2 is available at CRAN sites.  The site I use
 is http://cran.case.edu/bin/linux/debian which states:
 
 'If you want to have up to date R on wheezy I propose to directly
 install Dirks packages from unstable (sid) by creating a file
 /etc/apt/preferences containing
Package: *
Pin: release a=testing
Pin-Priority: 650
 
Package: *
Pin: release a=unstable
Pin-Priority: 600
 
 and adding a line for unstable in /etc/apt/sources.list.'
 
 I assume that the preference file should be in /etc/apt and not in
 /etc/apt/preferences.d
 
 My question is what should be the format of the line in the sources.lists?

This:

  deb http://ftp.us.debian.org/debian sid main
Or:
  deb http://ftp.us.debian.org/debian unstable main

Since Sid and Unstable always mean exactly the same thing, one is an
alias for the other, you can either of sid or unstable in that
field and it means exactly the same thing.

Possibly instead of main have main contrib non-free if you need
something from nonfree.  The non-free parts are officially not part of
Debian because they do not meet the Debian Free Software Guidelines.
But users sometimes need them just the same.

Bob



signature.asc
Description: Digital signature


Re: [R] Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Neal H. Walfield
At Mon, 31 Dec 2012 15:38:10 -0500,
Stephen P. Molnar wrote:
 The current version of R that is available in Wheezy is 2.15.1. However, 
 version 2.15.2 is available at CRAN sites.
 ...
 My question is what should be the format of the line in the sources.lists?

Here's what I have:

  deb http://ftp5.gwdg.de/pub/misc/cran/bin/linux/debian squeeze-cran/

Neal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcbhx3fv.wl%n...@walfield.org



Re: [R] Installing R-2.15.2 in Debian Wheezy/Testing

2012-12-31 Thread Jeff Newmiller
In the teaching to fish department, see 
http://cran.R-project.org/bin/linux/debian/ and customise your mirror as 
appropriate.
---
Jeff NewmillerThe .   .  Go Live...
DCN:jdnew...@dcn.davis.ca.usBasics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...1k
--- 
Sent from my phone. Please excuse my brevity.

Neal H. Walfield n...@walfield.org wrote:

At Mon, 31 Dec 2012 15:38:10 -0500,
Stephen P. Molnar wrote:
 The current version of R that is available in Wheezy is 2.15.1.
However, 
 version 2.15.2 is available at CRAN sites.
 ...
 My question is what should be the format of the line in the
sources.lists?

Here's what I have:

  deb http://ftp5.gwdg.de/pub/misc/cran/bin/linux/debian squeeze-cran/

Neal

__
r-h...@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/badb4b18-3da4-470d-b32c-787dcca6c...@email.android.com