rekado pushed a commit to branch master
in repository guix.

commit 2d38a6883e5fc89c03c19e19433bb271673f9bfd
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jun 30 13:09:29 2022 +0200

    Revert "gnu: Add r-metadat."
    
    This reverts commit 6804d2bc250aff676f63f464679dcf00259bc836.
    
    This depends on r-mathjaxr.
---
 gnu/packages/cran.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ed7d9b5032..c9ffb3d208 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33440,27 +33440,6 @@ 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+)))
-
 (define-public r-mathjaxr
   (package
     (name "r-mathjaxr")

Reply via email to