dev-R/palmerpenguins: new package, added 0.1.0

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 11:46:16 +01:00
parent bd53cc3118
commit 2abf995799
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST palmerpenguins_0.1.0.tar.gz 2987721 BLAKE2B 5a0a59549545ad286879d915f6ce409d5f4eb63c000d4b055546fdf018e5ebf7981a4cc6ea346f7a58a086bbcf8192703dafb24750c7614870f000c0d3650e47 SHA512 ec8c82f270603a49101f2db1f25eba5df5135354556a0635770496e0e70cbb6010b292a52a3d1ed85e459c7224994611546630a61e1ed97d70f72bdfe2a1f25f

View File

@@ -0,0 +1,17 @@
<?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">Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program. </longdescription>
<upstream>
<maintainer>
<name>Allison Horst</name>
<email>ahorst@ucsb.edu</email>
</maintainer>
<bugs-to>https://github.com/allisonhorst/palmerpenguins/issues</bugs-to>
<remote-id type="github">allisonhorst/palmerpenguins</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Palmer Archipelago (Antarctica) Penguin Data'
KEYWORDS="~amd64"
LICENSE='CC0-1.0'
SUGGESTED_PACKAGES="
dev-R/knitr
dev-R/rmarkdown
dev-R/tibble
dev-R/ggplot
dev-R/dplyr
dev-R/tidyr
dev-R/recipes
"