# -*- 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             github tidyverse stringr 1.5.1 v
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Fresh approach to string manipulation in R
long_description    The stringr package provides a cohesive set of functions designed to make working with strings as easy as possible. \
                    If you’re not familiar with strings, the best place to start is the chapter on strings in R for Data Science.
homepage            https://stringr.tidyverse.org
checksums           rmd160  8a7f79e901aa0c67caf44721ddfbdde42eb6d224 \
                    sha256  96d19d7693842acd00688860133b26fcf73d3108be7bbb8c06631a355e1acd55 \
                    size    196273
github.tarball_from archive
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-cli \
                    port:R-glue \
                    port:R-lifecycle \
                    port:R-magrittr \
                    port:R-rlang \
                    port:R-stringi \
                    port:R-vctrs

depends_test-append port:R-covr \
                    port:R-dplyr \
                    port:R-gt \
                    port:R-htmltools \
                    port:R-htmlwidgets \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tibble

test.run            yes