You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
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 RcmdrPlugin.MA 0.0-2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description GUI for conducting meta-analyses in R
|
|
long_description {*}${description}
|
|
checksums rmd160 fdbf0cc4e0830d996bb9507d7a4b4dc664884fc8 \
|
|
sha256 57640dda2194bc468423ea6fed6594d672b1aab4e6a83544bf7d569101a33bfe \
|
|
size 21494
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-MAd \
|
|
port:R-metafor \
|
|
port:R-Rcmdr
|
|
|
|
depends_test-append port:R-compute.es \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-scales
|
|
|
|
test.run yes
|