mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-R/boot: new package, add 1.3.28
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/boot/Manifest
Normal file
1
dev-R/boot/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST boot_1.3-28.tar.gz 236842 BLAKE2B 38d0d7191779f280d47910fe5d6bcb39954d4115e7c0b9481f918c537046c550eaf139592552e5ac9192e5965aba379fb1954323cc000b88d32f34afb959142b SHA512 e274f3de208cf4f9f74102a82ff34a32e92928328353d77ac9a99e1e34d66a65e941a66656367668bd7fe5633484eff8dcfa42a9e5957db72368c604e2a16007
|
||||
25
dev-R/boot/boot-1.3.28.ebuild
Normal file
25
dev-R/boot/boot-1.3.28.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MYPV="$(ver_rs 2 -)"
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION="Bootstrap Functions (Originally by Angelo Canty for S)"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='public-domain'
|
||||
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.0.0
|
||||
!dev-lang/R[-minimal]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
virtual/MASS
|
||||
virtual/survival
|
||||
"
|
||||
15
dev-R/boot/metadata.xml
Normal file
15
dev-R/boot/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">Functions and datasets for bootstrapping from the book "Bootstrap Methods and Their Application" by A. C. Davison and D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Brian Ripley</name>
|
||||
<email>ripley@stats.ox.ac.uk</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user