# -*- 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 pedrohcgs DRDID 1.2.0
revision            0
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Doubly Robust Difference-in-Differences Estimators
long_description    {*}${description}
homepage            https://psantanna.com/DRDID
checksums           rmd160  23defe8d622e20b3c42e3614febb5d436fd7019f \
                    sha256  9ec099debe9028f8faa4d58b02c059054aa1d196606ade87b288609a2279526a \
                    size    492419

depends_lib-append  port:R-BMisc \
                    port:R-fastglm \
                    port:R-Rcpp \
                    port:R-trust

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

test.run            yes
