Skip to content

Horizontal Boxplot

5 messages · Dragón, Deepayan Sarkar, Mark Myatt +2 more

#
Thank you very much everybody.

  I'm running R in debian potato 2.2.r0 and the output of version is:

  Platform i686-unknown-linux
  arch  i686
  os linux
  system  i686, linux
  status
  major 0
  minor 90.1
  year 1999
  month December
  day 15
  language R

  I get the boxplot, but some parameters don't want to work like this one. May
be I should check if there is a more recent version for potato.

__________________________________________________

Everything you'll ever need on one web page
from News and Sport to Email and Music Charts

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Read, for example,

http://cran.us.r-project.org/bin/linux/debian/ReadMe

on how to get a more up to date version. (It says



This directory contains Debian i386 binary packages for the 2.2 (or
"potato") and 2.3 ("woody") release of Debian Linux.  Source packages
are available in a parallel directory.

These packages can be accessed through apt, the Debian package
maintenance tool.  Simply add the line

 deb http://cran.r-project.org/bin/linux/debian potato main

to the file /etc/apt/sources.list.  If you prefer to use one of the
CRAN mirrors, you should use

 deb http://cran.us.r-project.org/bin/linux/debian potato main

for example.

Once you have added that line the programs apt-get, apt-cache, and
dselect (using the apt access method) will automatically detect and
install updates.

)
--- Dragón <dragon379 at yahoo.es> wrote:
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
__________________________________________________

Yahoo! Sports - Coverage of the 2002 Olympic Games

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Drag?n <dragon379 at yahoo.es> writes:
That is a pretty old version. Debian packages for the latest version are
available from CRAN and its mirrors.

Mark

--
Mark Myatt


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Mark Myatt <mark at myatt.demon.co.uk> writes:
Actually we are still waiting for someone to volunteer to compile the
R-1.4.1 packages for potato (i.e. Debian GNU/Linux 2.2).  Dirk
Eddelbuettel <edd at debian.org> created packages for R-1.4.1 and
compiled them for for woody (3.0 testing) but he doesn't have access
to a system running 2.2
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Tue, Feb 19, 2002 at 08:49:31AM -0600, Douglas Bates wrote:
Yes. 

This boils down to the following: Debian uses a set of tools to build its
packages. All my 40 or so packages use the current tools from Debian
testing/unstable --- which are however not backwards compatible with their
older sibblings from Debian stable.  We would therefore need a minor rewrite
of debian/rules and debian/control, as wellas a machine with Debian stable
plus the usual tools, compilers, libraries (incl -dev),.... That way, we
could provide at least the r-base, r-recommended and probably r-doc-*
packages for Debian stable.

I would be more than happy to help with the rewrite of the debian/* files if
someone else would then be willing to compile Debian stable packages going
forward.  I'd be more than happy to discuss this further in private mail.

Dirk