gnu: r-uwot: Update to 0.1.14.

* gnu/packages/cran.scm (r-uwot): Update to 0.1.14.
[propagated-inputs]: Remove r-rspectra.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:13 +02:00
parent 4db93ca44b
commit e133664c54
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -21195,14 +21195,14 @@ in R, including a translation of the original algorithm into R.")
(define-public r-uwot
(package
(name "r-uwot")
(version "0.1.11")
(version "0.1.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "uwot" version))
(sha256
(base32
"06ylzxmdh8jipbrzgqaiivd2lnqmbcva41cyvc0iyals6vqr1ksg"))))
"1q4z98w3pkc51vrcpmwaibnwmlm17zjcnh0qlx660wky5ccyh5l0"))))
(build-system r-build-system)
(propagated-inputs
(list r-dqrng
@ -21211,8 +21211,7 @@ in R, including a translation of the original algorithm into R.")
r-matrix
r-rcpp
r-rcppannoy
r-rcppprogress
r-rspectra))
r-rcppprogress))
(home-page "https://github.com/jlmelville/uwot")
(synopsis "Uniform manifold approximation and projection")
(description