# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Financial Instrument Modeling Infrastructure' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/FinancialInstrument_1.4.1.tar.gz" LICENSE='|| ( GPL-2 GPL-3 )' IUSE="${IUSE-} r_suggests_foreach r_suggests_timeseries r_suggests_tinytest r_suggests_xml" R_SUGGESTS=" r_suggests_foreach? ( sci-CRAN/foreach ) r_suggests_timeseries? ( sci-CRAN/timeSeries ) r_suggests_tinytest? ( sci-CRAN/tinytest ) r_suggests_xml? ( >=sci-CRAN/XML-3.96.1.1 ) " DEPEND=">=dev-lang/R-3.0.0 >=sci-CRAN/xts-0.10.0 >=sci-CRAN/quantmod-0.4.3 sci-CRAN/TTR >=sci-CRAN/zoo-1.7.5 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"