mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-R/colorspace: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST colorspace_2.0-1.tar.gz 2193384 BLAKE2B c2ddcccd8fbf74a9f65a4533b13c6d8b43d2b97bf1776a1316cdead362b22e4fd9e367813f9f69b99e3636339733e8ca513514193e5c83ca7a50c161057db94f SHA512 59a84c3d08370e6818b26501400c74340fce283e73d549fec53e62c0ae47d476be65a589e8f35cbd17866ce8fbe926bc14021d8196bc82dc2abeec8a0cfd0db7
|
||||
DIST colorspace_2.0-3.tar.gz 2199185 BLAKE2B 2a6002ea58b04f6850baf8ae3e9174b4ffdf6597491b671a337ca20bb0dac858f3b82c9a46aaa09895827ccb8e8f35687f2b64abd1ee5bc897f9f397c1b1e754 SHA512 6bfaff35986008a136f1e77694bb7c1acf44edb0a74a8fb0b16430f5592348dd97a6da02dfad73a280f52446e33fede0cd4e10d368670b44e126c130db6ffceb
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='A Toolbox for Manipulating and Assessing colors and palettes'
|
||||
SRC_URI="mirror://cran/src/contrib/colorspace_2.0-1.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='BSD'
|
||||
|
||||
DEPEND=">=dev-lang/R-3.0.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
39
dev-R/colorspace/colorspace-2.0.3.ebuild
Normal file
39
dev-R/colorspace/colorspace-2.0.3.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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='A Toolbox for Manipulating and Assessing colors and palettes'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='BSD'
|
||||
|
||||
DEPEND=">=dev-lang/R-3.0.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/KernSmooth
|
||||
dev-R/MASS
|
||||
dev-R/kernlab
|
||||
dev-R/mvtnorm
|
||||
dev-R/vcd
|
||||
dev-R/shiny
|
||||
dev-R/shinyjs
|
||||
dev-R/ggplot2
|
||||
dev-R/dplyr
|
||||
dev-R/scales
|
||||
dev-R/png
|
||||
dev-R/jpeg
|
||||
dev-R/knitr
|
||||
dev-R/rmarkdown
|
||||
dev-R/RColorBrewer
|
||||
dev-R/rcartocolor
|
||||
dev-R/scico
|
||||
dev-R/viridis
|
||||
dev-R/weseanderson
|
||||
"
|
||||
Reference in New Issue
Block a user