# -*- 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             github ipeaGIT accessibility 1.4.0 v
revision            4
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Transport accessibility measures
long_description    {*}${description}
homepage            https://ipeagit.github.io/accessibility
checksums           rmd160  f577e83d1683417f2605efd45c2b1d76b018b717 \
                    sha256  8b3da4e2e279f7fab1b625c027100ae91e30659e5c418b6d4d88213feb9d0273 \
                    size    2545020
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-checkmate \
                    port:R-data.table \
                    port:R-Hmisc \
                    port:R-Rdpack 

depends_test-append port:R-covr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-sf \
                    port:R-testthat \
                    port:R-tibble

test.run            yes
