guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]