# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Staggered DiD Tools: Event Studi... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/fixes_0.12.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_did r_suggests_didimputation r_suggests_glpk r_suggests_haven r_suggests_honestdid r_suggests_knitr r_suggests_lpsolveapi r_suggests_matrix r_suggests_modelsummary r_suggests_plotly r_suggests_pracma r_suggests_rmarkdown r_suggests_testthat r_suggests_tidyr r_suggests_tinytable r_suggests_truncatednormal" R_SUGGESTS=" r_suggests_did? ( sci-CRAN/did ) r_suggests_didimputation? ( sci-CRAN/didimputation ) r_suggests_glpk? ( sci-mathematics/glpk ) r_suggests_haven? ( sci-CRAN/haven ) r_suggests_honestdid? ( sci-CRAN/HonestDiD ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lpsolveapi? ( sci-CRAN/lpSolveAPI ) r_suggests_matrix? ( virtual/Matrix ) r_suggests_modelsummary? ( sci-CRAN/modelsummary ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_pracma? ( sci-CRAN/pracma ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_tinytable? ( sci-CRAN/tinytable ) r_suggests_truncatednormal? ( sci-CRAN/TruncatedNormal ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/fixest sci-CRAN/dplyr sci-CRAN/broom sci-CRAN/ggplot2 sci-CRAN/tibble sci-CRAN/rlang sci-CRAN/Rcpp sci-CRAN/scales " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "