mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-ggfittext.
* gnu/packages/cran.scm (r-ggfittext): New variable.
This commit is contained in:
parent
4ef4de633c
commit
896c872306
1 changed files with 20 additions and 0 deletions
|
@ -722,6 +722,26 @@ (define-public r-ggalt
|
|||
text annotations.")
|
||||
(license license:agpl3)))
|
||||
|
||||
(define-public r-ggfittext
|
||||
(package
|
||||
(name "r-ggfittext")
|
||||
(version "0.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggfittext" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06xfv552nhw13wc8dixyqhhmw5zh8hphrabw090nzb33cpfwzin8"))))
|
||||
(properties `((upstream-name . "ggfittext")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2 r-gridtext r-shades r-stringi))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://wilkox.org/ggfittext/")
|
||||
(synopsis "Ggfittext is a ggplot2 extension for fitting text into boxes")
|
||||
(description
|
||||
"Ggfittext is a ggplot2 extension for fitting text into boxes.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-glmpca
|
||||
(package
|
||||
(name "r-glmpca")
|
||||
|
|
Loading…
Reference in a new issue