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

EAPI=7

inherit R-packages

DESCRIPTION='Performs Kurtosis-Based Statistical Analyses'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/Kurt_1.1.tar.gz"
LICENSE='GPL-2+'

DEPEND=">=sci-CRAN/labstatR-1.0.11
	>=sci-CRAN/expm-0.999.6
	>=sci-CRAN/polynom-1.4.0
	virtual/Matrix
"
RDEPEND="${DEPEND-}"