# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Optimal Pairing and Matching via Linear Assignment' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/couplr_1.4.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bench r_suggests_cobalt r_suggests_combinat r_suggests_e1071 r_suggests_farver r_suggests_future r_suggests_future_apply r_suggests_ggplot2 r_suggests_ggraph r_suggests_knitr r_suggests_magick r_suggests_marginaleffects r_suggests_matchit r_suggests_openimager r_suggests_optmatch r_suggests_parallelly r_suggests_png r_suggests_r_utils r_suggests_reticulate r_suggests_rmarkdown r_suggests_testthat r_suggests_tidygraph r_suggests_withr r_suggests_xml2" R_SUGGESTS=" r_suggests_bench? ( sci-CRAN/bench ) r_suggests_cobalt? ( sci-CRAN/cobalt ) r_suggests_combinat? ( sci-CRAN/combinat ) r_suggests_e1071? ( sci-CRAN/e1071 ) r_suggests_farver? ( sci-CRAN/farver ) r_suggests_future? ( >=sci-CRAN/future-1.20.0 ) r_suggests_future_apply? ( >=sci-CRAN/future_apply-1.8.0 ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggraph? ( sci-CRAN/ggraph ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_magick? ( sci-CRAN/magick ) r_suggests_marginaleffects? ( sci-CRAN/marginaleffects ) r_suggests_matchit? ( sci-CRAN/MatchIt ) r_suggests_openimager? ( sci-CRAN/OpenImageR ) r_suggests_optmatch? ( sci-CRAN/optmatch ) r_suggests_parallelly? ( >=sci-CRAN/parallelly-1.30.0 ) r_suggests_png? ( sci-CRAN/png ) r_suggests_r_utils? ( sci-CRAN/R_utils ) r_suggests_reticulate? ( sci-CRAN/reticulate ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidygraph? ( sci-CRAN/tidygraph ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/dplyr-1.0.0 >=sci-CRAN/Rcpp-1.0.0 >=sci-CRAN/rlang-0.4.0 >=sci-CRAN/tibble-3.0.0 >=sci-CRAN/purrr-0.3.0 sci-CRAN/htmlwidgets " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/testthat sci-CRAN/RcppEigen ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/av' 'sci-CRAN/microbenchmark' )