# -*- 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 zhengxwen gdsfmt 1.40.1
revision            0
categories-append   bioconductor
maintainers         nomaintainer
license             LGPL-3
description         R interface to CoreArray Genomic Data Structure (GDS) files
long_description    {*}${description}
homepage            https://github.com/zhengxwen/gdsfmt
checksums           rmd160  e80f991dbf363a01eb4f2a056f9260c196e862fb \
                    sha256  2f72adc9fe460a923cc3c0c45fda7f2c125e227e2fb585e41eeaf46571d0bc54 \
                    size    2931298

# TODO: consider switching to external libs:
# https://github.com/zhengxwen/gdsfmt/issues/35

depends_test-append port:R-BiocGenerics \
                    port:R-crayon \
                    port:R-digest \
                    port:R-knitr \
                    port:R-markdown \
                    port:R-rmarkdown \
                    port:R-RUnit

test.run            yes
