# -*- 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 is archaic.
R.setup             cran mstrimas smoothr 1.1.0
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Smooth and tidy spatial features
long_description    {*}${description}
homepage            https://strimas.com/smoothr
checksums           rmd160  e3afa78fee3464c45d2012d8d6533a2faaf96061 \
                    sha256  0a4e8760a37a0433dcd836bd9e6ffc61710be60e8faaca10aaccad25c824d3f3 \
                    size    872936
supported_archs     noarch

depends_lib-append  port:R-sf \
                    port:R-terra \
                    port:R-units

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-lwgeom \
                    port:R-rmarkdown \
                    port:R-sp \
                    port:R-testthat

test.run            yes
