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