GNU bug report logs -
#59142
[PATCH] gnu: Add r-pals, r-glmnetutils and r-pando.
Previous Next
Full log
Message #8 received at 59142 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-pals): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index eff789ba8d..7f5ad1faf3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1661,6 +1661,31 @@ (define-public r-pacman
functions which can speed up workflow.")
(license license:gpl2)))
+(define-public r-pals
+ (package
+ (name "r-pals")
+ (version "1.7")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "pals" version))
+ (sha256
+ (base32
+ "18pbivmqs9yqsb6p8anv42alny0njaq3dajibhzysax0b7rsk2js"))))
+ (properties `((upstream-name . "pals")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-colorspace
+ r-dichromat
+ r-mapproj
+ r-maps))
+ (native-inputs (list r-knitr))
+ (home-page "https://kwstat.github.io/pals/")
+ (synopsis "Color palettes, color maps, and tools to evaluate them")
+ (description
+ "This package provides a comprehensive collection of color palettes, color
+maps, and tools to evaluate them.")
+ (license license:gpl3)))
+
(define-public r-paralleldist
(package
(name "r-paralleldist")
base-commit: 7de6aa8a0abdb54727e1dd8f775802284b99e707
--
2.38.1
This bug report was last modified 2 years and 191 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.