# -*- 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 cran didimputation 0.3.0
revision            2
categories-append   math
maintainers         nomaintainer
license             MIT
description         Imputation Estimator from Borusyak, Jaravel and Spiess (2021)
long_description    {*}${description}
checksums           rmd160  b570d6938f3e4bc46a9a2d7cefe4b3dc1b822730 \
                    sha256  0307b820d9103f367130f436f12143db140c226efb3ca18d59b2b829c7215f88 \
                    size    1658394

depends_lib-append  port:R-broom \
                    port:R-data.table \
                    port:R-dplyr \
                    port:R-fixest \
                    port:R-glue \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-stringr \
                    port:R-tidyr

compilers.setup     require_fortran

depends_test-append port:R-haven \
                    port:R-testthat

test.run            yes
