# -*- 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

# Revert to GitHub once updated there.
R.setup             cran dgrtwo fuzzyjoin 0.1.6.1 v
revision            1
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Join tables together on inexact matching
long_description    {*}${description}
checksums           rmd160  9c34e4923d75f3fde481b890d0f80e4de0e78b25 \
                    sha256  b9e7981a6ff3b8b689a35e267982cb14881751cce49b2da41967ad8fb295c77d \
                    size    101888
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-geosphere \
                    port:R-purrr \
                    port:R-stringdist \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidyr

depends_test-append port:R-covr \
                    port:R-ggplot2 \
                    port:R-IRanges \
                    port:R-knitr \
                    port:R-maps \
                    port:R-qdapDictionaries \
                    port:R-readr \
                    port:R-rmarkdown \
                    port:R-rvest \
                    port:R-testthat

test.run            yes
