me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-04-17 17:47:58 +02:00
parent 1831f6c790
commit f434613850
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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