# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Information Theoretic Analysis o... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SurprisalAnalysis_3.0.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_annotationdbi r_suggests_biocmanager r_suggests_cluster r_suggests_data_table r_suggests_httpuv r_suggests_knitr r_suggests_peakram r_suggests_pheatmap r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_annotationdbi? ( sci-BIOC/AnnotationDbi ) r_suggests_biocmanager? ( sci-CRAN/BiocManager ) r_suggests_cluster? ( virtual/cluster ) r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_httpuv? ( sci-CRAN/httpuv ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_peakram? ( sci-CRAN/peakRAM ) r_suggests_pheatmap? ( sci-CRAN/pheatmap ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="sci-CRAN/matlib sci-CRAN/shinyjs sci-CRAN/ggplot2 sci-CRAN/shiny sci-CRAN/shinythemes sci-CRAN/shinycssloaders sci-CRAN/patchwork sci-CRAN/DT " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'org.Hs.eg.db' 'org.Mm.eg.db' )