# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Kalman Filter, Smoother and Disturbance Smoother' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/KFKSDS_1.6.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_dlm r_suggests_dse r_suggests_fkf r_suggests_kfas r_suggests_numderiv r_suggests_stsm" R_SUGGESTS=" r_suggests_dlm? ( sci-CRAN/dlm ) r_suggests_dse? ( sci-CRAN/dse ) r_suggests_fkf? ( sci-CRAN/FKF ) r_suggests_kfas? ( sci-CRAN/KFAS ) r_suggests_numderiv? ( sci-CRAN/numDeriv ) r_suggests_stsm? ( sci-CRAN/stsm ) " DEPEND=">=dev-lang/R-3.0.0" RDEPEND="${DEPEND-} ${R_SUGGESTS-}"