# -*- 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 sccmckenzie sift 0.1.0
revision            1
maintainers         nomaintainer
license             MIT
description         Facilitate extraction of key information from common datasets
long_description    {*}${description}
checksums           rmd160  da848b23f1cb246ea4e615bea17a46c422488cbc \
                    sha256  c58337ad337554cfff85ca4366e94b3c3ed6603457f3550800a21505b3d81b0c \
                    size    839599

depends_lib-append  port:R-cpp11 \
                    port:R-dplyr \
                    port:R-glue \
                    port:R-pastecs \
                    port:R-rlang \
                    port:R-tidyr \
                    port:R-tibble \
                    port:R-purrr \
                    port:R-tidyselect

depends_test-append port:R-ggplot2 \
                    port:R-hms \
                    port:R-knitr \
                    port:R-mopac \
                    port:R-readr \
                    port:R-rmarkdown \
                    port:R-stringr \
                    port:R-testthat

test.run            yes
