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

# GitHub version lags behind.
R.setup             cran bcallaway11 did 2.1.2
revision            2
categories-append   math
maintainers         nomaintainer
license             GPL-2
description         Treatment effects with multiple periods and groups
long_description    {*}${description}
homepage            https://bcallaway11.github.io/did
checksums           rmd160  7adf276003594eccfccf80e798c81571a95faae3 \
                    sha256  32394e0919dbfcd9c1bc2c8b13c23936f6f0ba38be545f5c7df5096bc4a8241f \
                    size    4539018
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-BMisc \
                    port:R-DRDID \
                    port:R-generics \
                    port:R-ggplot2 \
                    port:R-ggpubr \
                    port:R-pbapply \
                    port:R-tidyr

depends_test-append port:R-covr \
                    port:R-here \
                    port:R-knitr \
                    port:R-plm \
                    port:R-rmarkdown

test.run            yes
