mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 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 EValue 4.1.3
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Sensitivity analyses for unmeasured confounding and other biases \
|
|
in observational studies and meta-analyses
|
|
long_description {*}${description}
|
|
checksums rmd160 d3d72d49fb734fe7da1bf5e3a659e8b57819baec \
|
|
sha256 52a8d4df8ddc80eddf7c2f6684ed6f0fd71f3bd1bfc096ed07cfe875a367e446 \
|
|
size 1719387
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-metadat \
|
|
port:R-metafor \
|
|
port:R-MetaUtility
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|