[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: Add r-invgamma.
From: |
guix-commits |
Subject: |
05/07: gnu: Add r-invgamma. |
Date: |
Wed, 18 Nov 2020 10:42:36 -0500 (EST) |
roelj pushed a commit to branch wip-r
in repository guix.
commit fd0a6e414f22212ae147575350e5965f152706ad
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:34:45 2020 +0100
gnu: Add r-invgamma.
* gnu/packages/cran.scm (r-invgamma): New variable.
---
gnu/packages/cran.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index eff1d0c..4ae5e2b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2926,6 +2926,24 @@ and S4 methods with inlined C, C++ or Fortran code
supporting @code{.C} and
representation of intervals, including a method of coercing variables
in data frames.")
(license license:gpl2)))
+(define-public r-invgamma
+ (package
+ (name "r-invgamma")
+ (version "1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "invgamma" version))
+ (sha256
+ (base32
+ "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
+ (properties `((upstream-name . "invgamma")))
+ (build-system r-build-system)
+ (home-page "https://github.com/dkahle/invgamma")
+ (synopsis "Inverse gamma distribution")
+ (description "This package provides a light weight implementation of the
+standard distribution functions for the inverse gamma distribution, wrapping
+those for the gamma distribution in the @code{stats} package.")
+ (license license:gpl2)))
(define-public r-bdsmatrix
(package
- branch wip-r updated (6071ebe -> 82f9a54), guix-commits, 2020/11/18
- 01/07: gnu: Update r-oligo to 1.54.1., guix-commits, 2020/11/18
- 02/07: gnu: Add r-rcppnumerical., guix-commits, 2020/11/18
- 04/07: gnu: Add r-etrunct., guix-commits, 2020/11/18
- 05/07: gnu: Add r-invgamma.,
guix-commits <=
- 03/07: gnu: Add r-apeglm., guix-commits, 2020/11/18
- 06/07: gnu: Add r-mixsqp., guix-commits, 2020/11/18
- 07/07: gnu: Add r-ashr., guix-commits, 2020/11/18