# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Fast and Stable Fitting of Gener... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/fastglm_0.1.1.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_brglm2 r_suggests_ggplot2 r_suggests_glm2 r_suggests_knitr r_suggests_logistf r_suggests_mass r_suggests_pscl r_suggests_rmarkdown r_suggests_sandwich r_suggests_speedglm r_suggests_statmod r_suggests_testthat r_suggests_tweedie" R_SUGGESTS=" r_suggests_brglm2? ( sci-CRAN/brglm2 ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_glm2? ( sci-CRAN/glm2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_logistf? ( sci-CRAN/logistf ) r_suggests_mass? ( virtual/MASS ) r_suggests_pscl? ( sci-CRAN/pscl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sandwich? ( sci-CRAN/sandwich ) r_suggests_speedglm? ( sci-CRAN/speedglm ) r_suggests_statmod? ( sci-CRAN/statmod ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tweedie? ( sci-CRAN/tweedie ) " DEPEND=">=dev-lang/R-4.0.0 >=sci-CRAN/Rcpp-0.12.13 sci-CRAN/bigmemory sci-CRAN/Formula virtual/Matrix " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/BH sci-CRAN/bigmemory sci-CRAN/RcppEigen ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/microbenchmark' )