# -*- 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 dominic.schuhmacher transport 0.15-4
revision            0
maintainers         nomaintainer
license             GPL-2+
description         Computation of optimal transport plans \
                    and Wasserstein distances
long_description    {*}${description}
homepage            https://github.com/dschuhmacher/transport
checksums           rmd160  0b68d6df6dbed4e85e9a3d4eecad817b9987d08d \
                    sha256  4e9342f6fd65dc39c9dfed20cb0312d34899b9cb0648aa5a67516ce7711c20cf \
                    size    391514

depends_lib-append  port:R-data.table \
                    port:R-Rcpp \
                    port:R-RcppEigen

depends_test-append port:R-animation \
                    port:R-ks \
                    port:R-testthat

test.run            yes
