me
/
guix
Archived
1
0
Fork 0

gnu: r-aplot: Update to 0.1.4.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.4.
[propagated-inputs]: Remove r-yulab-utils.
master
Ricardo Wurmus 2022-05-28 08:30:36 +02:00
parent 62ba432c08
commit d66e52f2d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -19243,14 +19243,14 @@ external dependencies. This package has is implemented purely in R.")
(define-public r-aplot
(package
(name "r-aplot")
(version "0.1.3")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "aplot" version))
(sha256
(base32
"10cqa35bh4lhpnybaalp3d69k392b25ba16dgbngqz0vikzp4czk"))))
"1b4jjj05a602dgn6yr1bsmbzlzkj6wf6af3k3w63g3mkqv0xzsfd"))))
(properties `((upstream-name . "aplot")))
(build-system r-build-system)
(propagated-inputs
@ -19258,8 +19258,7 @@ external dependencies. This package has is implemented purely in R.")
r-ggplot2
r-ggplotify
r-magrittr
r-patchwork
r-yulab-utils))
r-patchwork))
(home-page "https://github.com/YuLab-SMU/aplot")
(synopsis "Decorate a ggplot with associated information")
(description