gnu: Add r-scico.
* gnu/packages/cran.scm (r-scico): New variable.
This commit is contained in:
parent
ce585ae2a3
commit
b8c103a2a5
1 changed files with 25 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
|
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
|
||||||
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com>
|
;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com>
|
||||||
;;; Copyright © 2020, 2021 Simon Tournier <zimon.toutoune@gmail.com>
|
;;; Copyright © 2020, 2021, 2022 Simon Tournier <zimon.toutoune@gmail.com>
|
||||||
;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
|
;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
|
||||||
;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de>
|
;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de>
|
||||||
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
|
@ -27108,6 +27108,30 @@ used in further calculations that rely on a specific temporal spacing between
|
||||||
observations.")
|
observations.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-scico
|
||||||
|
(package
|
||||||
|
(name "r-scico")
|
||||||
|
(version "1.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "scico" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "08grfbjd5s0vdw76ni37yjl2242rr8i2jy72sgpwgra282hpnji3"))))
|
||||||
|
(properties `((upstream-name . "scico")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-scales))
|
||||||
|
(home-page "https://github.com/thomasp85/scico")
|
||||||
|
(synopsis "Colour Palettes Based on the Scientific Colour-Maps")
|
||||||
|
(description
|
||||||
|
"This package provides colour choice in information visualisation. It
|
||||||
|
important in order to avoid being mislead by inherent bias in the used colour
|
||||||
|
palette. This package provides access to the perceptually uniform and
|
||||||
|
colour-blindness friendly palettes developed by Fabio Crameri and released
|
||||||
|
under the \"Scientific Colour-Maps\" moniker. The package contains 24
|
||||||
|
different palettes and includes both diverging and sequential types.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-slider
|
(define-public r-slider
|
||||||
(package
|
(package
|
||||||
(name "r-slider")
|
(name "r-slider")
|
||||||
|
|
Reference in a new issue