GNU bug report logs - #59870
[PATCH] gnu: Add r-animalcules, r-plotroc, r-gridsvg, r-gunifrac, r-dirmult, r-modeest, r-fbasics, r-timeseries, r-gss, r-stable, r-rmutil, r-statip.

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Wed, 7 Dec 2022 05:16:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <59870 <at> debbugs.gnu.org>
Cc: rekado <at> elephly.net
Subject: [bug#59870] [PATCH 03/12] gnu: Add r-stable.
Date: Wed, 7 Dec 2022 06:18:28 +0100
* gnu/packages/cran.scm (r-stable): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 792fcf1a7d..b773c6aeb9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6452,6 +6452,28 @@ (define-public r-corrplot
     ;; Any version of the GPL
     (license license:gpl2+)))
 
+(define-public r-stable
+  (package
+    (name "r-stable")
+    (version "1.1.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "stable" version))
+              (sha256
+               (base32
+                "194xsa291v5f0jya1c3aigbclg8cci427ffpb8brxamm6n57hf12"))))
+    (properties `((upstream-name . "stable")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-rmutil))
+    (home-page "https://www.commanster.eu/rcode.html")
+    (synopsis
+     "Probability functions and regression models for stable distributions")
+    (description
+     "This package provides density, distribution, quantile and hazard functions
+of a stable variate; generalized regression models for the parameters of a stable
+distribution.")
+    (license license:gpl2+)))
+
 (define-public r-statip
   (package
     (name "r-statip")
-- 
2.38.1





This bug report was last modified 2 years and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.