guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/59: gnu: r-corrplot: Update to 0.88.


From: guix-commits
Subject: 12/59: gnu: r-corrplot: Update to 0.88.
Date: Thu, 20 May 2021 04:59:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 48024ed6344baf0ba3a18156fbc74d9c686c59eb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:54:40 2021 +0200

    gnu: r-corrplot: Update to 0.88.
    
    * gnu/packages/cran.scm (r-corrplot): Update to 0.88.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f4c5562..54a6384 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4551,15 +4551,17 @@ from the data points.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]