# -*- 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 PeteHaitch DelayedMatrixStats 1.30.0
revision            1
categories-append   bioconductor
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Functions that apply to rows and columns \
                    of DelayedMatrix objects
long_description    {*}${description}
homepage            https://github.com/PeteHaitch/DelayedMatrixStats
checksums           rmd160  2de27598269c05f024f78a055d0711e3e9f2edce \
                    sha256  571b396b0c5cf78e23a8ffe403777b34dab8639b193479051727ac960ba68e57 \
                    size    270715
supported_archs     noarch

depends_lib-append  port:R-DelayedArray \
                    port:R-IRanges \
                    port:R-MatrixGenerics \
                    port:R-S4Vectors \
                    port:R-sparseMatrixStats

depends_test-append port:R-BiocStyle \
                    port:R-HDF5Array \
                    port:R-knitr \
                    port:R-matrixStats \
                    port:R-microbenchmark \
                    port:R-profmem \
                    port:R-rmarkdown \
                    port:R-testthat

# One test fails on ppc: https://github.com/PeteHaitch/DelayedMatrixStats/issues/90
test.run            yes
