From ced51a204e28ab64b931e01d4c00dcb32a92813f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 4 Jan 2019 17:28:38 +0100 Subject: gnu: Add r-stabledist. * gnu/packages/cran.scm (r-stabledist): New variable. --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5d87b90a8b..c7cd95f402 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8447,3 +8447,23 @@ for evolution along a phylogenetic tree.") Japan, 2007) with Japanese demographic data and some demographic analysis related functions.") (license license:gpl2+))) + +(define-public r-stabledist + (package + (name "r-stabledist") + (version "0.7-1") + (source + (origin + (method url-fetch) + (uri (cran-uri "stabledist" version)) + (sha256 + (base32 + "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86")))) + (build-system r-build-system) + (home-page "http://www.rmetrics.org") + (synopsis "Stable distribution functions") + (description + "This package provides density, probability and quantile functions, and +random number generation for (skew) stable distributions, using the +parametrizations of Nolan.") + (license license:gpl2+))) -- cgit v1.2.3