GNU bug report logs -
#53349
[PATCH 0/9] Add 2 bioinformatics R packages
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Tue, 18 Jan 2022 17:53:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 53349 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-scico): New variable.
---
gnu/packages/cran.scm | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce7655e6a6..2caa12031b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31,7 +31,7 @@
;;; Copyright © 2020 Antoine Côté <antoine.cote <at> posteo.net>
;;; Copyright © 2020 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2020 Magali Lemes <magalilemes00 <at> gmail.com>
-;;; Copyright © 2020, 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
+;;; Copyright © 2020, 2021, 2022 Simon Tournier <zimon.toutoune <at> gmail.com>
;;; Copyright © 2020 Aniket Patil <aniket112.patil <at> gmail.com>
;;; Copyright © 2021 Marcel Schilling <marcel.schilling <at> uni-luebeck.de>
;;; Copyright © 2021 Guillaume Le Vaillant <glv <at> posteo.net>
@@ -27108,6 +27108,30 @@ (define-public r-warp
observations.")
(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
(package
(name "r-slider")
--
2.34.0
This bug report was last modified 3 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.