emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51169: closed ([PATCH] gnu: Add r-pnwcolors.)


From: GNU bug Tracking System
Subject: bug#51169: closed ([PATCH] gnu: Add r-pnwcolors.)
Date: Wed, 20 Oct 2021 09:00:02 +0000

Your message dated Wed, 20 Oct 2021 10:58:45 +0200
with message-id <874k9cnkbn.fsf@elephly.net>
and subject line Re: [bug#51169] [PATCH] gnu: Add r-pnwcolors.
has caused the debbugs.gnu.org bug report #51169,
regarding [PATCH] gnu: Add r-pnwcolors.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51169: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51169
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-pnwcolors. Date: Tue, 12 Oct 2021 22:46:50 +0200
* gnu/packages/cran.scm (r-pnwcolors): New variable.
---
 gnu/packages/cran.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 937f53784e..15f8df7cee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31,7 +31,7 @@
 ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com>
-;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
+;;; Copyright © 2020, 2021 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
 ;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de>
 ;;;
@@ -905,6 +905,28 @@ functions which can speed up workflow.")
 control over dimensions and appearance.")
     (license license:gpl2+)))
 
+(define-public r-pnwcolors
+  (package
+    (name "r-pnwcolors")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "PNWColors" version))
+       (sha256
+        (base32
+         "1phplnclkficfv8s6wsyrckk4ixzbayiy5iix6dddg40485l9nyj"))))
+    (properties `((upstream-name . "PNWColors")))
+    (build-system r-build-system)
+    (home-page
+     "https://github.com/jakelawlor/PNWColors";)
+    (synopsis "Colors palettes for data visualizations")
+    (description
+     "This package provides color palettes.  They are checked for colorblind
+accessibility from hue, saturation, and lightness value scaling using the
+Chroma.js Color Palette Helper.  See <https://gka.github.io/palettes>.")
+    (license license:cc0)))
+
 (define-public r-ecp
   (package
     (name "r-ecp")

base-commit: 35aaf1fe10488ae9ed732fb2c383d09a70c109c0
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#51169] [PATCH] gnu: Add r-pnwcolors. Date: Wed, 20 Oct 2021 10:58:45 +0200 User-agent: mu4e 1.6.5; emacs 27.2

zimoun <zimon.toutoune@gmail.com> writes:

* gnu/packages/cran.scm (r-pnwcolors): New variable.

Pushed it to the “master” branch.  Thank you!

--
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]