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

# Revert to GitHub once updated there.
R.setup             cran ConnorDonegan surveil 0.3.0 v
revision            0
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Time series models for disease surveillance
long_description    Fits time series models for routine disease surveillance tasks and returns probability distributions \
                    for a variety of quantities of interest, including age-standardized rates, period and cumulative percent change and measures of health inequality.
homepage            https://connordonegan.github.io/surveil
checksums           rmd160  95e32847536c2efe6cb23c5c65cda42ce373b044 \
                    sha256  c107f56fabe42bff7c8dee85983fd047e11ddbe69a4df789e896ac12ef8807a3 \
                    size    641415

depends_lib-append  port:R-BH \
                    port:R-dplyr \
                    port:R-ggdist \
                    port:R-ggplot2 \
                    port:R-gridExtra \
                    port:R-Rcpp \
                    port:R-RcppEigen \
                    port:R-RcppParallel \
                    port:R-rlang \
                    port:R-rstan \
                    port:R-rstantools \
                    port:R-scales \
                    port:R-StanHeaders \
                    port:R-tidybayes \
                    port:R-tidyr

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
