# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Simulate Package Installation and Attach' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/pkgload_1.4.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bitops r_suggests_jsonlite r_suggests_mathjaxr r_suggests_pak r_suggests_rcpp r_suggests_remotes r_suggests_rstudioapi r_suggests_testthat r_suggests_usethis r_suggests_withr" R_SUGGESTS=" r_suggests_bitops? ( sci-CRAN/bitops ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_mathjaxr? ( sci-CRAN/mathjaxr ) r_suggests_pak? ( sci-CRAN/pak ) r_suggests_rcpp? ( sci-CRAN/Rcpp ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.1.1 ) r_suggests_usethis? ( sci-CRAN/usethis ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/rprojroot >=dev-lang/R-3.4.0 sci-CRAN/fs >=sci-CRAN/cli-3.3.0 sci-CRAN/glue sci-CRAN/desc sci-CRAN/lifecycle sci-CRAN/pkgbuild sci-CRAN/processx >=sci-CRAN/rlang-1.1.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"