# -*- 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 ateucher lutz 0.3.2
revision            1
maintainers         nomaintainer
license             MIT
description         Look up time zones of point coordinates
long_description    {*}${description}
homepage            https://andyteucher.ca/lutz
checksums           rmd160  e13d660051fdc0ccc604fdb06a616a19aaa60077 \
                    sha256  879061bbcf6c3e40eb10427cc9340de181c4f9778612b54cc44b152cfe0de4a6 \
                    size    4381364

depends_lib-append  port:R-lubridate \
                    port:R-Rcpp

depends_test-append port:R-covr \
                    port:R-ggplot2 \
                    port:R-sf \
                    port:R-sp \
                    port:R-testthat

test.run            yes
