mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
758 B
Tcl
22 lines
758 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran cran MAd 0.8-3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Meta-analysis with mean differences
|
|
long_description {*}${description}
|
|
checksums rmd160 f9dc9c446533cfe5b49fd11b99a372ec042b7045 \
|
|
sha256 6dbd3317c9e43af0ce12d774f8df4c472c7f6313e7ac7f4b676dfffa714a202f \
|
|
size 70255
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-metafor
|
|
|
|
test.run yes
|