mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
961 B
Tcl
27 lines
961 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 EHMarwan Elja 1.0.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Linear, logistic and generalized linear models regressions for the EnvWAS/EWAS approach
|
|
long_description {*}${description}
|
|
checksums rmd160 fee95cdb5380444b992b8309ad65d3ff75d35e14 \
|
|
sha256 7e6b699337c9ad6056df0552013a90de89086eebb10fc57b9248a0cc1820d87e \
|
|
size 22465
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-devtools \
|
|
port:R-dplyr \
|
|
port:R-ggplot2
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-mlbench \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|