# -*- 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 business-science anomalize 0.3.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3+
description         Tidy anomaly detection
long_description    {*}${description}
homepage            https://github.com/business-science/anomalize
checksums           rmd160  cb7e9f193b04ceb6e220a441fc062719ea6e856e \
                    sha256  4508b1aca16b15defefb723074a7008e426b6f0adc3e5dcd236e737ef88a6f8c \
                    size    3003053
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-glue \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-sweep \
                    port:R-tibble \
                    port:R-tibbletime \
                    port:R-tidyr \
                    port:R-timetk

depends_test-append port:R-covr \
                    port:R-devtools \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-stringr \
                    port:R-testthat \
                    port:R-tidyquant \
                    port:R-tidyverse

test.run            yes
