# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Hierarchical Optimal Matching an... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/hamlet_0.9.6.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_amap r_suggests_cairo r_suggests_lattice r_suggests_lme4 r_suggests_lmertest r_suggests_mass r_suggests_matrix r_suggests_nbpmatching r_suggests_nlme r_suggests_xtable" R_SUGGESTS=" r_suggests_amap? ( sci-CRAN/amap ) r_suggests_cairo? ( sci-CRAN/Cairo ) r_suggests_lattice? ( virtual/lattice ) r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_lmertest? ( sci-CRAN/lmerTest ) r_suggests_mass? ( virtual/MASS ) r_suggests_matrix? ( virtual/Matrix ) r_suggests_nbpmatching? ( sci-CRAN/nbpMatching ) r_suggests_nlme? ( virtual/nlme ) r_suggests_xtable? ( sci-CRAN/xtable ) " DEPEND=">=dev-lang/R-3.0.0" RDEPEND="${DEPEND-} ${R_SUGGESTS-}"