# -*- 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

# GitHub version lags behind.
R.setup             cran wulingyun Corbi 0.6-2
revision            1
maintainers         nomaintainer
license             GPL-2+
description         Collection of rudimentary bioinformatics tools
long_description    {*}${description}
checksums           rmd160  0ba5b6a61dca9bd67c067befebb4cb208bf5cb38 \
                    sha256  82c0478c1009a0a06fda1b48a4411942fb89da74b6c99a0af9ef66c79c818b8e \
                    size    434813

depends_lib-append  port:R-CRF \
                    port:R-igraph

depends_test-append port:R-BiocParallel \
                    port:R-fitdistrplus \
                    port:R-knitr \
                    port:R-matrixcalc \
                    port:R-mpmi \
                    port:R-rmarkdown

test.run            yes
