# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Branch-Level Inference Framework... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/bifrost_0.1.4.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_boot r_suggests_class r_suggests_evd r_suggests_fitdistrplus r_suggests_hdinterval r_suggests_htmltools r_suggests_knitr r_suggests_patchwork r_suggests_pbmcapply r_suggests_phylolm r_suggests_plotly r_suggests_rcolorbrewer r_suggests_readxl r_suggests_rmarkdown r_suggests_scales r_suggests_scatterplot3d r_suggests_spelling r_suggests_testthat r_suggests_univariateml" R_SUGGESTS=" r_suggests_boot? ( virtual/boot ) r_suggests_class? ( virtual/class ) r_suggests_evd? ( sci-CRAN/evd ) r_suggests_fitdistrplus? ( sci-CRAN/fitdistrplus ) r_suggests_hdinterval? ( sci-CRAN/HDInterval ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_pbmcapply? ( sci-CRAN/pbmcapply ) r_suggests_phylolm? ( sci-CRAN/phylolm ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_scatterplot3d? ( sci-CRAN/scatterplot3d ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_univariateml? ( sci-CRAN/univariateML ) " DEPEND=">=dev-lang/R-4.1 sci-CRAN/future sci-CRAN/ape sci-CRAN/phytools sci-CRAN/future_apply sci-CRAN/mvMORPH sci-CRAN/viridis sci-CRAN/txtplot " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/palaeoverse' )