guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: Add r-metadat.


From: guix-commits
Subject: 02/13: gnu: Add r-metadat.
Date: Thu, 30 Jun 2022 05:25:00 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 6804d2bc250aff676f63f464679dcf00259bc836
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jun 28 15:22:48 2022 +0000

    gnu: Add r-metadat.
    
    * gnu/packages/cran.scm (r-metadat): New variable.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 96dca393e6..bb2519bcda 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33438,3 +33438,24 @@ jitterplot, or half violinplot and half dotplot.")
 coefficients or scattering amplitudes, for seismological P and S-waves at an
 interface.")
     (license license:gpl2+)))
+
+(define-public r-metadat
+  (package
+    (name "r-metadat")
+    (version "1.2-0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "metadat" version))
+              (sha256
+               (base32
+                "1f7mb3pw5d0akr09jjva06ay223izhpzbr21bapnw99x1kiybk7h"))))
+    (properties `((upstream-name . "metadat")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-mathjaxr))
+    (home-page "https://github.com/wviechtb/metadat";)
+    (synopsis "Meta-Analysis Datasets")
+    (description
+     "This package provides a collection of meta-analysis datasets for teaching
+purposes, illustrating/testing meta-analytic methods, and validating published
+analyses.")
+    (license license:gpl2+)))



reply via email to

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