[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/323: gnu: Add r-etrunct.
From: |
guix-commits |
Subject: |
23/323: gnu: Add r-etrunct. |
Date: |
Wed, 9 Dec 2020 06:46:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit deda2319f7f2ab0038311b847e31d5f6b5877f6e
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:32:25 2020 +0100
gnu: Add r-etrunct.
* gnu/packages/cran.scm (r-etrunct): New variable.
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ee4e484..855b45e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2769,6 +2769,25 @@ complex object; primarily used in common with the
packages extRemes and
SpatialVx.")
(license license:gpl2+)))
+(define-public r-etrunct
+ (package
+ (name "r-etrunct")
+ (version "0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "etrunct" version))
+ (sha256
+ (base32
+ "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
+ (properties `((upstream-name . "etrunct")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/etrunct")
+ (synopsis "Computes moments of univariate truncated T distribution")
+ (description "This package computes moments of univariate truncated
+T distribution. There is only one exported function, @code{e_trunct},
+which should be seen for details.")
+ (license license:expat)))
+
(define-public r-extremes
(package
(name "r-extremes")
- 62/323: gnu: r-illuminaio: Update to 0.32.0., (continued)
- 62/323: gnu: r-illuminaio: Update to 0.32.0., guix-commits, 2020/12/09
- 50/323: gnu: r-copynumber: Update to 1.30.0., guix-commits, 2020/12/09
- 56/323: gnu: r-icobra: Update to 1.18.0., guix-commits, 2020/12/09
- 60/323: gnu: r-scone: Update to 1.14.0., guix-commits, 2020/12/09
- 55/323: gnu: r-ihw: Update to 1.18.0., guix-commits, 2020/12/09
- 69/323: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/12/09
- 68/323: gnu: r-heatplus: Update to 2.36.0., guix-commits, 2020/12/09
- 72/323: gnu: r-fgsea: Update to 1.16.0., guix-commits, 2020/12/09
- 75/323: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/12/09
- 14/323: gnu: r-regioner: Update to 1.22.0., guix-commits, 2020/12/09
- 23/323: gnu: Add r-etrunct.,
guix-commits <=
- 08/323: gnu: r-affycompatible: Update to 1.50.0., guix-commits, 2020/12/09
- 12/323: gnu: r-annotate: Update to 1.68.0., guix-commits, 2020/12/09
- 27/323: gnu: r-diffbind: Update to 3.0.7., guix-commits, 2020/12/09
- 26/323: gnu: Add r-greylistchip., guix-commits, 2020/12/09
- 31/323: gnu: r-marray: Update to 1.68.0., guix-commits, 2020/12/09
- 33/323: gnu: r-cghcall: Update to 2.52.0., guix-commits, 2020/12/09
- 40/323: gnu: r-glimma: Update to 2.0.0., guix-commits, 2020/12/09
- 36/323: gnu: r-riboprofiling: Update to 1.20.0., guix-commits, 2020/12/09
- 38/323: gnu: r-ctc: Update to 1.64.0., guix-commits, 2020/12/09
- 39/323: gnu: r-goseq: Update to 1.42.0., guix-commits, 2020/12/09