File: copyright

package info (click to toggle)
r-cran-quantreg 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,224 kB
  • sloc: fortran: 6,741; ansic: 288; makefile: 2
file content (66 lines) | stat: -rw-r--r-- 2,924 bytes parent folder | download | duplicates (6)
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
This is the Debian GNU/Linux r-cran-quantreg package of quantreg.  The
quantreg package provides quantile regression and related methods. It
was written by Roger Koenker.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	http://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	http://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'quantreg' to
'r-cran-quantreg' to fit the pattern of CRAN (and non-CRAN) packages
for R.


Files: src/quantreg.*
Copyright: 1999-2014 Roger Koenker
License: GPL-2+

Files: debian/*
Copyright: 2014  Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included in the file
/usr/share/common-licenses/GPL-2.


For reference, the upstream DESCRIPTION file is included below:

   Package: quantreg
   Title: Quantile Regression
   Description: Quantile regression and related methods.
   Version: 5.05
   Authors@R: c(person("Roger", "Koenker",  role = c("cre","aut"), email =  "rkoenker@illinois.edu"),
       person("Stephen", "Portnoy",  role = c("ctb"), 
   	comment = "Contributions to Censored QR code", email =  "sportnoy@illinois.edu"),
       person(c("Pin", "Tian"), "Ng",  role = c("ctb"), 
   	comment = "Contributions to Sparse QR code", email =  "pin.ng@nau.edu"),
       person("Achim", "Zeileis",  role = c("ctb"), 
   	comment = "Contributions to dynrq code essentially identical to his dynlm code", 
   	email =  "Achim.Zeileis@uibk.ac.at"),
       person("Philip", "Grosjean",  role = c("ctb"), 
   	comment = "Contributions to nlrq code", email =  "phgrosjean@sciviews.org"),
       person(c("Brian", "D"), "Ripley",  role = c("trl","ctb"), 
   	comment = "Initial (2001) R port from S (to my everlasting shame -- how could I have been so
   	slow to adopt R!) and for numerous other suggestions and useful advice", email =  
   	"ripley@stats.ox.ac.uk"))
   Maintainer: Roger Koenker <rkoenker@illinois.edu>
   Depends: R (>= 2.6), stats, SparseM
   Suggests: tripack, akima, MASS, survival, rgl, logspline, nor1mix,
           MatrixModels, Matrix, Formula, zoo, dynlm
   License: GPL (>= 2)
   URL: http://www.r-project.org
   Repository: CRAN
   Date/Publication: 2013-09-23 16:10:50
   Packaged: 2013-09-23 13:15:05 UTC; root
   Author: Roger Koenker [cre, aut],
     Stephen Portnoy [ctb] (Contributions to Censored QR code),
     Pin Tian Ng [ctb] (Contributions to Sparse QR code),
     Achim Zeileis [ctb] (Contributions to dynrq code essentially identical
       to his dynlm code),
     Philip Grosjean [ctb] (Contributions to nlrq code),
     Brian D Ripley [trl, ctb] (Initial (2001) R port from S (to my
       everlasting shame -- how could I have been so slow to adopt R!) and
       for numerous other suggestions and useful advice)
   NeedsCompilation: yes