# -*- 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             cran snlab-ch manynet 1.3.2
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Many ways to make, manipulate and map myriad networks
long_description    {*}${description}
homepage            https://snlab-ch.github.io/manynet
checksums           rmd160  5a30ce46fe8e9f86147f0f135c76defa8cafdeef \
                    sha256  729b8a956e9e0628b062694633aa38a8c61a7c7f4fc97a0d2fd9028401ff57db \
                    size    1592927
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-ggraph \
                    port:R-igraph \
                    port:R-network \
                    port:R-pillar \
                    port:R-tidygraph

# Some suggested deps are dropped:
# https://github.com/joelgombin/concaveman/issues/18
depends_test-append port:R-BiocManager \
                    port:R-furrr \
                    port:R-future \
                    port:R-gganimate \
                    port:R-ggforce \
                    port:R-graphlayouts \
                    port:R-knitr \
                    port:R-netdiffuseR \
                    port:R-patchwork \
                    port:R-readxl \
                    port:R-Rgraphviz \
                    port:R-rmarkdown \
                    port:R-RSiena \
                    port:R-sna \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-xml2

# One test fails: https://github.com/snlab-ch/manynet/issues/20
test.run            yes
