mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
21 lines
351 B
Bash
21 lines
351 B
Bash
# 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
|
|
"
|