# -*- 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 grantmcdermott etwfe 0.4.0
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Extended Two-Way Fixed Effects
long_description    {*}${description}
homepage            https://grantmcdermott.com/etwfe
checksums           rmd160  d7898aca67fed94d4c6ec933cfbf6f9abfe0814f \
                    sha256  6da1069389209250cb51097a2bed56dbc8d78c8ddd0138c9ee32bae610efc91b \
                    size    111219
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-data.table \
                    port:R-fixest \
                    port:R-Formula \
                    port:R-marginaleffects

depends_test-append port:R-did \
                    port:R-ggplot2 \
                    port:R-gt \
                    port:R-knitr \
                    port:R-modelsummary \
                    port:R-rmarkdown \
                    port:R-tinytest

test.run            yes
