gnu: Add r-rmeta.

* gnu/packages/cran.scm (r-rmeta): New variable.
master
Ricardo Wurmus 2019-01-09 16:43:12 +01:00 committed by Ricardo Wurmus
parent c2d6e866ac
commit 4fcbd7eaf3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -10034,3 +10034,24 @@ max-stable processes only), model checking and selection and prediction.")
"This package provides a suite of flexible and versatile model fitting
and after-fitting functions for the analysis of dose-response data.")
(license license:gpl2+)))
(define-public r-rmeta
(package
(name "r-rmeta")
(version "3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmeta" version))
(sha256
(base32
"0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/rmeta")
(synopsis "Tools for meta-analysis")
(description
"This package provides functions for simple fixed and random effects
meta-analysis for two-sample comparisons and cumulative meta-analyses. It
draws standard summary plots, funnel plots, and computes summaries and tests
for association and heterogeneity.")
(license license:gpl2)))