GNU bug report logs -
#56282
[PATCH 0/7] Update octave.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 28 Jun 2022 15:21:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-metadat): New variable.
---
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 @@ (define-public r-zoeppritz
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+)))
--
2.36.1
This bug report was last modified 2 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.