# -*- 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 NicChr timeplyr 0.8.2
revision            0
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Fast tidy tools for date and date-time manipulation
long_description    {*}${description}
homepage            https://github.com/NicChr/timeplyr
checksums           rmd160  5ec32d7147d55a6766857c6ff6b59b0bea88d6a9 \
                    sha256  0a67a095ff5e0f264ec241a6e40addffc6bb90c79b443135c73ab08347fe8cb9 \
                    size    370018

depends_lib-append  port:R-cheapr \
                    port:R-collapse \
                    port:R-cpp11 \
                    port:R-cppdoubles \
                    port:R-data.table \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-lubridate \
                    port:R-pillar \
                    port:R-rlang \
                    port:R-scales \
                    port:R-stringr \
                    port:R-tidyselect \
                    port:R-timechange \
                    port:R-vctrs

depends_test-append port:R-bench \
                    port:R-knitr \
                    port:R-nycflights13 \
                    port:R-outbreaks \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr \
                    port:R-zoo

test.run            yes
