mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add r-labeling.
* gnu/packages/statistics.scm (r-labeling): New variable.
This commit is contained in:
parent
112bb3c04f
commit
b7eee9fc65
1 changed files with 18 additions and 0 deletions
|
@ -205,3 +205,21 @@ (define-public r-gtable
|
||||||
"Gtable is a collection of tools to make it easier to work with
|
"Gtable is a collection of tools to make it easier to work with
|
||||||
\"tables\" of grobs.")
|
\"tables\" of grobs.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-labeling
|
||||||
|
(package
|
||||||
|
(name "r-labeling")
|
||||||
|
(version "0.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cran/src/contrib/labeling_"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "13sk7zrrrzry6ky1bp8mmnzcl9jhvkig8j4id9nny7z993mnk00d"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/labeling")
|
||||||
|
(synopsis "Axis labeling algorithms")
|
||||||
|
(description "The labeling package provides a range of axis labeling
|
||||||
|
algorithms.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue