guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: Add r-mc2d.


From: guix-commits
Subject: 01/05: gnu: Add r-mc2d.
Date: Mon, 28 Aug 2023 04:40:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 458832c16eeb1038d6dbdc89167853d3143c2f86
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Aug 25 13:12:34 2023 +0000

    gnu: Add r-mc2d.
    
    * gnu/packages/cran.scm (r-mc2d): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 20eb407ffa..ec3b2f5c66 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2981,6 +2981,26 @@ generalized linear, additive and interaction models to 
potentially
 high-dimensional data.")
    (license license:gpl2)))
 
+(define-public r-mc2d
+  (package
+    (name "r-mc2d")
+    (version "0.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "mc2d" version))
+              (sha256
+               (base32
+                "07h2gvmdfqjydikxksbqhikihg46fv6xyn8vk5kyni6x75gp9abk"))))
+    (properties `((upstream-name . "mc2d")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ggplot2 r-ggpubr r-mvtnorm))
+    (home-page "https://cran.r-project.org/package=mc2d";)
+    (synopsis "Tools for two-dimensional monte-carlo simulations")
+    (description
+     "This is a framework for construction and analysis of 2D Monte-Carlo
+simulations.  In addition, this package includes various distributions.")
+    (license license:gpl2+)))
+
 (define-public r-mclogit
   (package
     (name "r-mclogit")



reply via email to

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