# -*- 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 LTLA ResidualMatrix 1.14.1
revision            0
categories-append   bioconductor
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Creating a DelayedMatrix of regression residuals
long_description    {*}${description}
homepage            https://github.com/LTLA/ResidualMatrix
checksums           rmd160  81c982d65d8880e7c2586b506a68259cce4c917a \
                    sha256  ec7c418384abcf22f3805b62eb8f304fe50e67e170fd14a07d14ec09442c07ff \
                    size    340839
supported_archs     noarch

depends_lib-append  port:R-DelayedArray \
                    port:R-S4Vectors

depends_test-append port:R-BiocSingular \
                    port:R-BiocStyle \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
