# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='R interface to Oracle Data Mining' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/RODM_1.1.tar.gz" LICENSE='LGPL-2+' IUSE="${IUSE-} r_suggests_mlbench r_suggests_paswr r_suggests_rodbc r_suggests_scatterplot3d r_suggests_verification" R_SUGGESTS=" r_suggests_mlbench? ( sci-CRAN/mlbench ) r_suggests_paswr? ( sci-CRAN/PASWR ) r_suggests_rodbc? ( sci-CRAN/RODBC ) r_suggests_scatterplot3d? ( sci-CRAN/scatterplot3d ) r_suggests_verification? ( sci-CRAN/verification ) " DEPEND=">=dev-lang/R-2.10.1 sci-CRAN/RODBC " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"