mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-R/carData: new package, add 3.0.5
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/carData/Manifest
Normal file
1
dev-R/carData/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST carData_3.0-5.tar.gz 1004201 BLAKE2B dee8f9b5e73cbb785f445b70b6ae88ca8c7303bc4b361943e937596bcc355374856b64c61b9d325484670c779a6ff6df5a8912ee8f65d3afdbf2b1546f68409a SHA512 3e774c9c9cc4cad46079c843498b4439002326950fc3ce7bd2c6d268b164a196365ddc9d5185b3ca8b136d90c0dbe85c5d42ce44340a0c9648374f318243fd81
|
||||
17
dev-R/carData/carData-3.0.5.ebuild
Normal file
17
dev-R/carData/carData-3.0.5.ebuild
Normal 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
|
||||
"
|
||||
15
dev-R/carData/metadata.xml
Normal file
15
dev-R/carData/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>me@r0bert.dev</email>
|
||||
<name>Robert Greener</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en"> Datasets to Accompany J. Fox and S. Weisberg, An R Companion to Applied Regression, Third Edition, Sage (2019).</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>John Fox</name>
|
||||
<email>jfox@mcmaster.ca</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user