mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
970 B
Tcl
27 lines
970 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 MetaUtility 2.1.2
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Utility functions for conducting and interpreting meta-analyses
|
|
long_description {*}${description}
|
|
checksums rmd160 5ed01f87e8d08e82ebb781cd83ec66dd48003368 \
|
|
sha256 e38c21588c239aa8926e64d916aa0f3b04108c2992f0e801095e4c7920b9ad5d \
|
|
size 53488
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-metadat \
|
|
port:R-metafor \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-stringr \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|