# -*- 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 ropensci datefixR 1.7.0 v
revision            0
maintainers         nomaintainer
license             GPL-3+
description         Standardize dates in different formats or with missing data
long_description    {*}${description}
homepage            https://docs.ropensci.org/datefixR
checksums           rmd160  50ecec44ae81deec1424f749da14a2bbdeba4188 \
                    sha256  b2910cb11f4073c4842c7ad90985b5897859b0045e3a562efc5b7a62d53e5668 \
                    size    594885
github.tarball_from archive

depends_lib-append  port:R-lifecycle \
                    port:R-Rcpp \
                    port:R-rlang \
                    port:R-stringr

patchfiles          patch-no-shinytest2.diff

depends_test-append port:R-DT \
                    port:R-htmltools \
                    port:R-knitr \
                    port:R-parsedate \
                    port:R-pkgbuild \
                    port:R-png \
                    port:R-readr \
                    port:R-readxl \
                    port:R-rmarkdown \
                    port:R-shiny \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-withr

test.run            yes
