mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: Add r-gg-gap.
* gnu/packages/cran.scm (r-gg-gap): New variable.
This commit is contained in:
parent
b2a94e59b8
commit
c0c3f7466c
1 changed files with 23 additions and 0 deletions
|
@ -1954,6 +1954,29 @@ (define-public r-wesanderson
|
||||||
from Wes Anderson movies.")
|
from Wes Anderson movies.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-gg-gap
|
||||||
|
(package
|
||||||
|
(name "r-gg-gap")
|
||||||
|
(version "1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "gg.gap" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0m66050ryn31xmsmmikjsssllasvjdmp9yjbwfdwfpwdv106zn9h"))))
|
||||||
|
(properties `((upstream-name . "gg.gap")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-cowplot" ,r-cowplot)
|
||||||
|
("r-ggplot2" ,r-ggplot2)))
|
||||||
|
(home-page "https://github.com/ChrisLou-bioinfo/gg.gap")
|
||||||
|
(synopsis "Define segments on the y-axis for ggplot2")
|
||||||
|
(description
|
||||||
|
"The @code{gg.gap} function enables you to define segments for the y-axis
|
||||||
|
in a ggplot2 plot.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-tablerdash
|
(define-public r-tablerdash
|
||||||
(package
|
(package
|
||||||
(name "r-tablerdash")
|
(name "r-tablerdash")
|
||||||
|
|
Loading…
Reference in a new issue