# -*- 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 fbartos zcurve 2.4.2
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Implementation of z-curves
long_description    {*}${description}
homepage            https://fbartos.github.io/zcurve
checksums           rmd160  5e3acf7ac39202a686bfeb76b4feb5fd6ddacebe \
                    sha256  38c195eaa8e9e2bf7a0045964e8b0a8bec0375c59b7ae6dd1656ba4a80043d29 \
                    size    216599

depends_lib-append  port:R-evmix \
                    port:R-ggplot2 \
                    port:R-nleqslv \
                    port:R-Rcpp \
                    port:R-Rdpack \
                    port:R-rlang

depends_test-append port:R-spelling \
                    port:R-testthat \
                    port:R-vdiffr

test.run            yes
