# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Nested Dichotomy Logistic Regression Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/nestedLogit_0.4.2.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_aer r_suggests_cardata r_suggests_desctools r_suggests_equatiomatic r_suggests_geomtextpath r_suggests_ggeffects r_suggests_ggplot2 r_suggests_here r_suggests_insight r_suggests_knitr r_suggests_lobstr r_suggests_mass r_suggests_mlogit r_suggests_nnet r_suggests_parameters r_suggests_performance r_suggests_rmarkdown r_suggests_see r_suggests_spelling r_suggests_testthat r_suggests_tidyr r_suggests_vcd r_suggests_vgam" R_SUGGESTS=" r_suggests_aer? ( sci-CRAN/AER ) r_suggests_cardata? ( sci-CRAN/carData ) r_suggests_desctools? ( sci-CRAN/DescTools ) r_suggests_equatiomatic? ( sci-CRAN/equatiomatic ) r_suggests_geomtextpath? ( sci-CRAN/geomtextpath ) r_suggests_ggeffects? ( sci-CRAN/ggeffects ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_here? ( sci-CRAN/here ) r_suggests_insight? ( sci-CRAN/insight ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lobstr? ( sci-CRAN/lobstr ) r_suggests_mass? ( virtual/MASS ) r_suggests_mlogit? ( sci-CRAN/mlogit ) r_suggests_nnet? ( virtual/nnet ) r_suggests_parameters? ( sci-CRAN/parameters ) r_suggests_performance? ( sci-CRAN/performance ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_see? ( sci-CRAN/see ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_vcd? ( sci-CRAN/vcd ) r_suggests_vgam? ( sci-CRAN/VGAM ) " DEPEND="sci-CRAN/scales sci-CRAN/car sci-CRAN/broom sci-CRAN/effects >=dev-lang/R-4.1.0 sci-CRAN/dplyr sci-CRAN/stringr sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"