# -*- 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             bioconductor Bioconductor genefilter 1.86.0
revision            0
categories-append   bioconductor
maintainers         nomaintainer
license             Artistic-2
description         Methods for filtering genes from high-throughput experiments
long_description    {*}${description}
checksums           rmd160  3c0e2c2620ef89605d1d0bf77b0214e1d99083af \
                    sha256  f956579624e4445e6c83e7d9655cb4f2c6481fa4682669ce057a85f5df96e74a \
                    size    986403

depends_lib-append  port:R-annotate \
                    port:R-AnnotationDbi \
                    port:R-Biobase \
                    port:R-MatrixGenerics

compilers.setup     require_fortran

# Some optional deps are omitted.
depends_test-append port:R-ALL \
                    port:R-BiocStyle \
                    port:R-knitr \
                    port:R-RColorBrewer \
                    port:R-tkWidgets

# Some examples gonna fail since they rely
# on a missing package.
test.run            yes
