guix-commits
[Top][All Lists]
Advanced

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

13/57: gnu: r-uwot: Update to 0.2.1.


From: guix-commits
Subject: 13/57: gnu: r-uwot: Update to 0.2.1.
Date: Mon, 22 Apr 2024 05:36:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f43461385081176f31bb31c4ddc42c813e19a3f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Apr 17 17:47:58 2024 +0200

    gnu: r-uwot: Update to 0.2.1.
    
    * gnu/packages/cran.scm (r-uwot): Update to 0.2.1.
    [native-inputs]: Add r-knitr.
    
    Change-Id: Ife200a7ee6316f7accdb596e8bdb709b65461ba2
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e8d380becb..00a137ec56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26774,14 +26774,14 @@ in R, including a translation of the original 
algorithm into R.")
 (define-public r-uwot
   (package
     (name "r-uwot")
-    (version "0.1.16")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uwot" version))
        (sha256
         (base32
-         "0j4f7vnb3mwf6p4nhg2limy7i32qrcj2gxbs8wsq9c6xxpcs0qsz"))))
+         "1gg21kxm4qq0i0gc6jg5k37nnyxj8652zf4jp95ffb9xsn22gpvc"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dqrng
@@ -26791,6 +26791,7 @@ in R, including a translation of the original algorithm 
into R.")
            r-rcpp
            r-rcppannoy
            r-rcppprogress))
+    (native-inputs (list r-knitr))
     (home-page "https://github.com/jlmelville/uwot";)
     (synopsis "Uniform manifold approximation and projection")
     (description



reply via email to

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