aboutsummaryrefslogtreecommitdiff
blob: de16807cad17ed59f4ec87ba14d4a15b2e1ad8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

inherit R-packages

DESCRIPTION="Common S3 Generics not Provided by Base R Methods Related to Model Fitting"
KEYWORDS="~amd64"
HOMEPAGE="https://cran.r-project.org/package=generics"
LICENSE="MIT"
DEPEND=">=dev-lang/R-3.1"
RDEPEND="${DEPEND}"