# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Imputation Estimator from Borusy... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/didimputation_0.3.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_haven r_suggests_testthat" R_SUGGESTS=" r_suggests_haven? ( sci-CRAN/haven ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="virtual/Matrix sci-CRAN/dplyr sci-CRAN/broom >=sci-CRAN/fixest-0.10.0 sci-CRAN/magrittr >=sci-CRAN/data_table-1.10.0 sci-CRAN/Rcpp sci-CRAN/glue sci-CRAN/stringr sci-CRAN/purrr sci-CRAN/tidyr " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "