[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
303/318: gnu: Add r-etrunct.
From: |
guix-commits |
Subject: |
303/318: gnu: Add r-etrunct. |
Date: |
Fri, 20 Nov 2020 08:41:18 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit c12097b6b1f5e5f36c0c6ecf281fbe7a94edcb52
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 8ce0bc9..eff1d0c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2798,6 +2798,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")
- 279/318: gnu: r-biovizbase: Update to 1.38.0., (continued)
- 279/318: gnu: r-biovizbase: Update to 1.38.0., guix-commits, 2020/11/20
- 281/318: gnu: r-gqtlbase: Update to 1.21.1., guix-commits, 2020/11/20
- 282/318: gnu: r-snpstats: Update to 1.40.0., guix-commits, 2020/11/20
- 285/318: gnu: r-gqtlstats: Update to 1.21.3., guix-commits, 2020/11/20
- 286/318: gnu: r-gviz: Update to 1.34.0., guix-commits, 2020/11/20
- 287/318: gnu: r-gwascat: Update to 2.22.0., guix-commits, 2020/11/20
- 288/318: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/11/20
- 293/318: gnu: r-systempiper: Update to 1.24.2., guix-commits, 2020/11/20
- 297/318: gnu: r-topgo: Update to 2.42.0., guix-commits, 2020/11/20
- 301/318: gnu: Add r-rcppnumerical., guix-commits, 2020/11/20
- 303/318: gnu: Add r-etrunct.,
guix-commits <=
- 304/318: gnu: Add r-invgamma., guix-commits, 2020/11/20
- 306/318: gnu: Add r-ashr., guix-commits, 2020/11/20
- 307/318: gnu: Add r-greylistchip., guix-commits, 2020/11/20
- 309/318: gnu: r-chippeakanno: Update to 3.24.1., guix-commits, 2020/11/20
- 310/318: gnu: r-biocneighbors: Update to 1.8.1., guix-commits, 2020/11/20
- 312/318: gnu: Add r-shadowtext., guix-commits, 2020/11/20
- 313/318: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/11/20
- 311/318: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/11/20
- 314/318: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/11/20
- 316/318: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/11/20