dev-R/farver: new version

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-07-07 09:36:30 +02:00
parent 1b09be3a52
commit 3d5d208f61
3 changed files with 22 additions and 11 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='High Performance Colour Space Manipulation'
HOMEPAGE="
https://cran.r-project.org/package=farver
https://farver.data-imaginist.com/
https://github.com/thomasp85/farver
"
KEYWORDS="~amd64"
LICENSE='MIT'
SUGGESTED_PACKAGES="
dev-R/covr
>=dev-R/testthat-3.0.0
"