mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-corrplot: Update to 0.88.
* gnu/packages/cran.scm (r-corrplot): Update to 0.88. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
31d01cf1e1
commit
48024ed634
1 changed files with 4 additions and 2 deletions
|
@ -4551,15 +4551,17 @@ (define-public r-ggrepel
|
|||
(define-public r-corrplot
|
||||
(package
|
||||
(name "r-corrplot")
|
||||
(version "0.84")
|
||||
(version "0.88")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "corrplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
|
||||
"1s09isdpx2i4p6jny50lck37bsqd5dfxdi3yn8xq8280x8l4vldz"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/taiyun/corrplot")
|
||||
(synopsis "Visualization of a correlation matrix")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue