# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Treatment Effects with Multiple Periods and Groups' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/did_2.5.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_backports r_suggests_broom r_suggests_callr r_suggests_covr r_suggests_here r_suggests_knitr r_suggests_plm r_suggests_remotes r_suggests_rmarkdown r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_backports? ( sci-CRAN/backports ) r_suggests_broom? ( sci-CRAN/broom ) r_suggests_callr? ( sci-CRAN/callr ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plm? ( sci-CRAN/plm ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/pbapply >=sci-CRAN/BMisc-1.4.4 virtual/Matrix sci-CRAN/ggplot2 >=sci-CRAN/DRDID-1.3.0 sci-CRAN/generics sci-CRAN/tidyr sci-CRAN/fastglm >=sci-CRAN/data_table-1.15.4 >=sci-CRAN/dreamerr-1.4.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"