# -*- 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 vincentarelbundock countrycode 1.6.1
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Convert country names and country codes
long_description    {*}${description}
homepage            https://vincentarelbundock.github.io/countrycode
checksums           rmd160  710a79d3537fd92dcf7a9e0c278461ad367c45c3 \
                    sha256  45a38306941ea7c8a3bd6ebdaec7af62aed86d64da0e5292c3866c5cd43e3214 \
                    size    527726
supported_archs     noarch

# Test dep on R-eurostat is omitted.
depends_test-append port:R-altdoc \
                    port:R-ISOcodes \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-utf8

test.run            yes
