[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#618789: marked as done (ITP: r-cran-stabledist -- Stable distribution functions)



Your message dated Thu, 14 Apr 2011 22:03:29 +0000
with message-id <E1QAUdN-0007Ff-Rq@franck.debian.org>
and subject line Bug#618789: fixed in r-cran-stabledist 0.6-0-1
has caused the Debian Bug report #618789,
regarding ITP: r-cran-stabledist -- Stable distribution functions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
618789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618789
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Dirk Eddelbuettel <edd@debian.org>
Severity: wishlist

* Package name    : r-cran-stabledist
  Version         : 0.6-0
  Upstream Author : Diethelm Wuertz and Martin Maechler
* URL or Web page : http://cran.r-project.org/web/packages/stabledist/index.html
* License         : GPL (>= 2)
  Description     : Stable distribution functions

This is code that was factored out of the existing package fBasics (aka
r-cran-fbasics) which will now depend on it.  Martin Maechler, an R Core
member, refactored and improved it.  

In case you want to read up on stable distributions, you can start here at
http://en.wikipedia.org/wiki/Stable_distribution 

The debian/control file is

  Source: r-cran-stabledist
  Section: gnu-r
  Priority: optional
  Maintainer: Dirk Eddelbuettel <edd@debian.org>
  Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.12.2), cdbs
  Standards-Version: 3.9.1
  Homepage: http://www.rmetrics.org
   
  Package: r-cran-stabledist
  Architecture: any
  Depends: ${shlibs:Depends}, r-base-core (>= 2.12.2)
  Suggests: r-cran-runit, r-cran-fbasics
  Description: GNU R package for stable distribution functions
   This package provides density, probability and quantile functions,
   and random number generation for (skew) stable distributions, using
   the parametrizations of Nolan.
  
and my copyright draft (yes, with an outdated FSF address but I just emailed
Martin about it) is below.  There are only three source files and the two
main ones carry the (old) FSF snippets but no per-file copyright assignments.

Cheers, Dirk


  This is the Debian GNU/Linux r-cran-stabledist package of stabledist,
  a set of function for density, probability and quantile functions, and
  random number generation for (skew) stable distributions. It was
  factored out of the Rmetrics package fBasics which now depends on
  it. Rmetrics is a collection of packages for financial engineering and
  computational finance. stabledist was started by Diethelm Wuertz
  andwas extended by Martin Maechler who now maintains it.
  
  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 'stabledist' to
  'r-cran-stabledist' to fit the pattern of CRAN (and non-CRAN) packages for
  R.
  
  Copyright (C) 1999 - 2008 Diethelm Wuertz
  Copyright (C) 1999 - 2010 Rmetrics Foundation
  Copyright (C) 2011 - 2010 Diethelm Wuertz and Martin Maechler
  
  License: GPL
  
  stabledist is copyright by Diethelm Wuertz, Martin Maechler and
  others, and released under the GNU General Public License (GPL)
  version 2 or greater.
  
  On a Debian GNU/Linux system, the GPL license (v2) is included in the
  file /usr/share/common-licenses/GPL-2.
  
  For reference, the upstream DESCRIPTION file is included below:

   Package: stabledist
   Version: 0.6-0
   Date: 2011-03-12
   Title: Stable Distribution Functions
   Author: Diethelm Wuertz, Martin Maechler and Rmetrics core team
           members.
   Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
   Depends: R (>= 2.10.1)
   Suggests: fBasics, RUnit
   Description: Density, Probability and Quantile functions, and random
           number generation for (skew) stable distributions, using the
           parametrizations of Nolan.
   LazyLoad: yes
   LazyData: yes
   License: GPL (>= 2)
   URL: http://www.rmetrics.org
   Packaged: 2011-03-14 13:15:38 UTC; maechler
   Repository: CRAN
   Date/Publication: 2011-03-15 16:41:43
           
  and the following segment was extracted from the header of
  R/dist-stableMode.R [ and yes, that is the old FSF address but I am
  quoting here ]
  
     # This R package is free software; you can redistribute it and/or
     # modify it under the terms of the GNU Library General Public
     # License as published by the Free Software Foundation; either
     # version 2 of the License, or (at your option) any later version.
     #
     # This R package is distributed in the hope that it will be useful,
     # but WITHOUT ANY WARRANTY; without even the implied warranty of
     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     # GNU Library General Public License for more details.
     #
     # You should have received a copy of the GNU Library General
     # Public License along with this R package; if not, write to the
     # Free Foundation, Inc., 59 Temple Place, Suite 330, Boston,
     # MA  02111-1307  USA
     
     
     ################################################################################
     # FUNCTIONS:		DESCRIPTION:
     #  stableMode		 Computes the mode of the stable DF
     ################################################################################
     
     ##' Computes the mode of the alpha stable distribution
     ##' @title Mode of the stable distribution
     ##' @param alpha
     ##' @param beta
     ##' @param beta.max for numerical purposes, values of beta too close to 1,
     ##'  are set to beta.max
     ##' @param tol numerical tolerance used in optimize()
     ##' @return a number, the stable mode
     ##' @author Diethelm Wuertz and Martin Maechler
   


-- 
Dirk Eddelbuettel | edd@debian.org | http://dirk.eddelbuettel.com



--- End Message ---
--- Begin Message ---
Source: r-cran-stabledist
Source-Version: 0.6-0-1

We believe that the bug you reported is fixed in the latest version of
r-cran-stabledist, which is due to be installed in the Debian FTP archive:

r-cran-stabledist_0.6-0-1.diff.gz
  to main/r/r-cran-stabledist/r-cran-stabledist_0.6-0-1.diff.gz
r-cran-stabledist_0.6-0-1.dsc
  to main/r/r-cran-stabledist/r-cran-stabledist_0.6-0-1.dsc
r-cran-stabledist_0.6-0-1_i386.deb
  to main/r/r-cran-stabledist/r-cran-stabledist_0.6-0-1_i386.deb
r-cran-stabledist_0.6-0.orig.tar.gz
  to main/r/r-cran-stabledist/r-cran-stabledist_0.6-0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 618789@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <edd@debian.org> (supplier of updated r-cran-stabledist package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 18 Mar 2011 08:33:40 -0500
Source: r-cran-stabledist
Binary: r-cran-stabledist
Architecture: source i386
Version: 0.6-0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Changed-By: Dirk Eddelbuettel <edd@debian.org>
Description: 
 r-cran-stabledist - GNU R package for stable distribution functions
Closes: 618789
Changes: 
 r-cran-stabledist (0.6-0-1) unstable; urgency=low
 .
   * Initial Debian release of new CRAN package stabledist factored out of
     existing package fBasics 				(Closes: #618789)
Checksums-Sha1: 
 276c75d56672fbbe2ec2cefa03844a0179dab408 1080 r-cran-stabledist_0.6-0-1.dsc
 9a17845fc1224f575ba0759925a7d0c51490cb7d 14020 r-cran-stabledist_0.6-0.orig.tar.gz
 09feb3bed7780391baaf5b1d75e38258bb21d242 2251 r-cran-stabledist_0.6-0-1.diff.gz
 61d6938c0f95b0adb28bb4c75e852fb098053a65 30192 r-cran-stabledist_0.6-0-1_i386.deb
Checksums-Sha256: 
 be57f4b292bba7e0da13a86f7c8ae7667e082c2d86bb5b574e3a3da640c3714f 1080 r-cran-stabledist_0.6-0-1.dsc
 ba5d247fae99df6ba9fa62c01931c4c6759db346d3c6fcc4fd15afac721c751e 14020 r-cran-stabledist_0.6-0.orig.tar.gz
 a88636a752c630607189ea3575c5f5c6ed45c05f896b73b7522868a90852b7d1 2251 r-cran-stabledist_0.6-0-1.diff.gz
 b58c8e9b01fe2f859e41d2f9e2fa415e628a7a564f6e93af581176e16f6a6deb 30192 r-cran-stabledist_0.6-0-1_i386.deb
Files: 
 13db4411ce0a3c3ba5b1df0625cc07dc 1080 gnu-r optional r-cran-stabledist_0.6-0-1.dsc
 78d6d73543850b96fbe0e464ed93e551 14020 gnu-r optional r-cran-stabledist_0.6-0.orig.tar.gz
 ad32a94a8870fd18f198fa0dc9fe04eb 2251 gnu-r optional r-cran-stabledist_0.6-0-1.diff.gz
 75a401904d6daa2751ef52ff7c7f58c2 30192 gnu-r optional r-cran-stabledist_0.6-0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFNg4rXCZSR95Gw07cRAkbpAKCKHDcnnBAalbLa0KmS5tZcJKxhBQCfR4cO
xdRdCk97ILgv2fcjHOD2IIU=
=ZeHN
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: