# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='Utilities from Seminar fuer Statistik ETH Zurich'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/sfsmisc_1.1-16.tar.gz"
LICENSE='GPL-2+'

IUSE="${IUSE-} r_suggests_cluster r_suggests_gmp r_suggests_lattice
	r_suggests_lokern r_suggests_mass r_suggests_matrix r_suggests_nlme
	r_suggests_rmpfr r_suggests_tk"
R_SUGGESTS="
	r_suggests_cluster? ( virtual/cluster )
	r_suggests_gmp? ( sci-CRAN/gmp )
	r_suggests_lattice? ( virtual/lattice )
	r_suggests_lokern? ( sci-CRAN/lokern )
	r_suggests_mass? ( virtual/MASS )
	r_suggests_matrix? ( virtual/Matrix )
	r_suggests_nlme? ( virtual/nlme )
	r_suggests_rmpfr? ( sci-CRAN/Rmpfr )
	r_suggests_tk? ( dev-lang/R[tk] )
"
DEPEND=">=dev-lang/R-3.3.0"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"