mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add r-munsell.
* gnu/packages/statistics.scm (r-munsell): New variable.
This commit is contained in:
parent
d69c4b04fa
commit
4437333958
1 changed files with 21 additions and 0 deletions
|
@ -245,3 +245,24 @@ (define-public r-magrittr
|
||||||
support for the type of right-hand side expressions. For more information,
|
support for the type of right-hand side expressions. For more information,
|
||||||
see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"")
|
see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-munsell
|
||||||
|
(package
|
||||||
|
(name "r-munsell")
|
||||||
|
(version "0.4.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cran/src/contrib/munsell_"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1bi5yi0i80778bbzx2rm4f0glpc34kvh24pwwfhm4v32izsqgrw4"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-colorspace" ,r-colorspace)))
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/munsell")
|
||||||
|
(synopsis "Munsell colour system")
|
||||||
|
(description
|
||||||
|
"The Munsell package contains Functions for exploring and using the
|
||||||
|
Munsell colour system.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue