dev-R/carData: new package, add 3.0.5

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 18:25:54 +01:00
parent 58ff03ed20
commit 2dc44ea01f
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION="Companion to Applied Regression Data Sets"
KEYWORDS="~amd64"
LICENSE='GPL-2 GPL-3'
CRAN_PV="3.0-5"
SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"
SUGGESTED_PACKAGES="
dev-R/car
"