/usr/share/doc/r-cran-robustbase/copyright is in r-cran-robustbase 0.90-2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | This is the Debian GNU/Linux r-cran-robustbase package of robustbase,
a package for GNU R that aims to provide 'essential' robust
statistics. Robusttools was written by Valentin Todorov, Andreas
Ruckstuhl, Matias Salibian-Barrera and Martin Maechler based on code
by Peter Rousseeuw and Christophe Croux and others, and is maintained
by Martin Maechler.
This package was created by Dirk Eddelbuettel <edd@debian.org>. The
sources were downloaded from CRAN at
http://cran.r-project.org/src/contrib/
The package was renamed from its upstream name 'robustbase' to
'r-cran-robustbase' to fit the pattern of CRAN (and non-CRAN) packages for
R.
Copyright (C) 2006 - 2008 Peter Rousseeuw, Christophe Croux, Valentin Todorov, \
Andreas Ruckstuhl, Matias Salibian-Barrera \
and Martin Maechler
License: GPL
On a Debian GNU/Linux system, the GPL license is included in the file
/usr/share/common-licenses/GPL.
For reference, the upstream DESCRIPTION [indented two spaces]
file is included below:
Package: robustbase
Version: 0.2-8
Date: 2007-06-20
Title: Basic Robust Statistics
Author: Original code by many authors, notably
Peter Rousseeuw and Christophe Croux, see file 'Copyrights';
Valentin Todorov <valentin.todorov@chello.at>,
Andreas Ruckstuhl <rks@zhwin.ch>,
Matias Salibian-Barrera <matias@stat.ubc.ca>, Martin Maechler
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
NOTE: SEVERAL PARTS ARE STILL PRELIMINARY AND MAY BE CHANGED IN THE FUTURE.
THIS TYPICALLY INCLUDES ARGUMENT NAMES,
DEFAULTS FOR ARGUMENTS AND RETURN VALUES.
Description: "Essential" Robust Statistics. The goal is to provide
tools allowing to analyze data with robust methods. This includes
regression methodology including model selections and multivariate
statistics where we strive to cover the book "Robust Statistics,
Theory and Methods" by Maronna, Martin and Yohai; Wiley 2006.
Depends: R (>= 2.2.1), stats, graphics, methods
Suggests: MASS
LazyLoad: yes
LazyData: yes
License: GPL version 2 or later
Packaged: Wed Jun 20 16:00:33 2007; maechler
The (upstream file) inst/Copyrights is included in its entirety here
too [ and also indented two spaces ]
The C code for Qn() and Sn(), src/qnsn.c is based on Fortran code
that has been be available from
http://www.agoras.ua.ac.be/ (Antwerp Group On Robust & Applied Statistics)
(-> Programs -> Robust)
by {at the time}
Peter Rousseeuw (rousse@wins.uia.ac.be)
Christophe Croux (croux@wins.uia.ac.be)
Department of Mathematics and Computing
Universitaire Instelling Antwerpen
Universiteitsplein 1
B-2610 Wilrijk (Antwerp)
Belgium
and carries the note
This file contains fortran functions for two new robust estimators
of scale denoted as Qn and Sn, decribed in Rousseeuw and Croux (1993).
These estimators have a high breakdown point and a bounded influence
function. The implementation given here is very fast (running in
O(n logn) time) and needs little storage space.
Rousseeuw, P.J. and Croux, C. (1993)
Alternatives to the Median Absolute Deviation",
Journal of the American Statistical Association, Vol. 88, 1273-1283.
This software may be used and copied freely for scientific
and/or non-commercial purposes, provided reference is made
to the above mentioned paper.
where as Martin Maechler got explicit permission from P.Rousseeuw to
licence it under the GNU Public Licence.
----------------------------------------------------------------------------
|