~ubuntu-branches/ubuntu/quantal/mnormt/quantal

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2007-10-03 21:25:21 UTC
  • Revision ID: james.westby@ubuntu.com-20071003212521-1r4kdqhphfjsav3n
Tags: 1.2-1-1
Initial Debian release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the Debian GNU/Linux r-cran-mnormt package of mnormt, a
 
2
package for GNU R that provides multivariate t and normal
 
3
distributions.  Mnormt was written by Adelchi Azzalini based on
 
4
Fortran code by Alan Genz.
 
5
 
 
6
This package was created by Dirk Eddelbuettel <edd@debian.org>. The
 
7
sources were downloaded from CRAN at 
 
8
        http://cran.r-project.org/src/contrib/
 
9
 
 
10
The package was renamed from its upstream name 'mnormt' to
 
11
'r-cran-mnormt' to fit the pattern of CRAN (and non-CRAN) packages for
 
12
R.
 
13
 
 
14
Codetools is copyright by Adelchi Azzalini and released under the GNU
 
15
GPL (version 2 or later).
 
16
 
 
17
On a Debian GNU/Linux system, the GPL license is included in the file
 
18
/usr/share/common-licenses/GPL-2.
 
19
 
 
20
For reference, the upstream DESCRIPTION [indented two spaces]
 
21
file is included below:
 
22
 
 
23
  Package: mnormt
 
24
  Version: 1.2-1
 
25
  Date: 2007-03-16
 
26
  Title: The multivariate normal and t distributions 
 
27
  Author: Fortran code by Alan Genz, R code by Adelchi Azzalini 
 
28
  Maintainer: Adelchi Azzalini <azzalini@stat.unipd.it>
 
29
  Depends: R (>= 2.2.0)
 
30
  Description: This package provides functions for computing the density and
 
31
    the distribution function of, and for generating random vectors from the
 
32
    multivariate normal and multivariate t distributions. It provides functions
 
33
    similar in scope to those of the package 'mvtnorm', but with some
 
34
    differences; one of these is that probabilities are computed via a
 
35
    non-Monte Carlo method.
 
36
  License: GPL Version 2 
 
37
  URL: http://azzalini.stat.unipd.it/SW/Pkg-mnormt
 
38
  Packaged: Sat Mar 17 15:35:48 2007; aa
 
39
  
 
40