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

# GitHub version lags behind.
R.setup             cran hope-data-science tidyfst 1.8.1
revision            0
categories-append   textproc
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Toolkit of tidy data manipulation verbs \
                    with R-data.table as the backend
long_description    {*}${description}
homepage            https://hope-data-science.github.io/tidyfst
checksums           rmd160  291c8b95936148db5439486f10fd70c928196e41 \
                    sha256  1721508e5c6a7dd574f1044e7e5e956dff9f24dcbedd26a52ba6d5b7d726977f \
                    size    407523
supported_archs     noarch

depends_lib-append  port:R-data.table \
                    port:R-fst \
                    port:R-stringr

depends_test-append port:R-bench \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-nycflights13 \
                    port:R-pryr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
