# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Formal Concept Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/fcaR_2.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_arules r_suggests_bslib r_suggests_covr r_suggests_dt r_suggests_fractional r_suggests_future r_suggests_ggplot2 r_suggests_ggraph r_suggests_igraph r_suggests_jsonlite r_suggests_knitr r_suggests_markdown r_suggests_miniui r_suggests_plotly r_suggests_promises r_suggests_rhandsontable r_suggests_rmarkdown r_suggests_rstudioapi r_suggests_shinyalert r_suggests_shinyjs r_suggests_shinywidgets r_suggests_testthat r_suggests_tictoc r_suggests_tikzdevice r_suggests_tinytex r_suggests_visnetwork r_suggests_yaml" R_SUGGESTS=" r_suggests_arules? ( sci-CRAN/arules ) r_suggests_bslib? ( sci-CRAN/bslib ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_fractional? ( sci-CRAN/fractional ) r_suggests_future? ( sci-CRAN/future ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggraph? ( sci-CRAN/ggraph ) r_suggests_igraph? ( sci-CRAN/igraph ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_miniui? ( sci-CRAN/miniUI ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_promises? ( sci-CRAN/promises ) r_suggests_rhandsontable? ( sci-CRAN/rhandsontable ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_shinyalert? ( sci-CRAN/shinyalert ) r_suggests_shinyjs? ( sci-CRAN/shinyjs ) r_suggests_shinywidgets? ( sci-CRAN/shinyWidgets ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.1.0 ) r_suggests_tictoc? ( sci-CRAN/tictoc ) r_suggests_tikzdevice? ( sci-CRAN/tikzDevice ) r_suggests_tinytex? ( sci-CRAN/tinytex ) r_suggests_visnetwork? ( sci-CRAN/visNetwork ) r_suggests_yaml? ( sci-CRAN/yaml ) " DEPEND="sci-CRAN/tidyselect sci-CRAN/Rcpp sci-CRAN/stringr sci-CRAN/tidyr sci-CRAN/shiny sci-CRAN/purrr sci-CRAN/tibble >=dev-lang/R-4.1 virtual/Matrix sci-CRAN/glue sci-CRAN/dplyr sci-CRAN/R6 sci-CRAN/registry sci-CRAN/rlang sci-CRAN/settings sci-CRAN/cli " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/BH ${R_SUGGESTS-} "