gnu: r-aplot: Update to 0.1.1.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.1.
[propagated-inputs]: Add r-ggfun, r-ggplotify, and r-yulab-utils.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:26 +02:00
parent 9bc8b1d950
commit 122500fea8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18440,20 +18440,23 @@ (define-public r-downloader
(define-public r-aplot
(package
(name "r-aplot")
(version "0.0.6")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"08kqrm9r57l8zgij897wpp428l4i50qfhp7y78r3pk5pjz37bsan"))))
"067yzy35spvs6jbccqpmvnjilglxzda6qqlqhjv311kfvnppzsyf"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)
`(("r-ggfun" ,r-ggfun)
("r-ggplot2" ,r-ggplot2)
("r-ggplotify" ,r-ggplotify)
("r-magrittr" ,r-magrittr)
("r-patchwork" ,r-patchwork)))
("r-patchwork" ,r-patchwork)
("r-yulab-utils" ,r-yulab-utils)))
(home-page "https://github.com/YuLab-SMU/aplot")
(synopsis "Decorate a ggplot with associated information")
(description