diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 10:53:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 17:02:22 +0200 |
commit | e133664c54c25185126e0f979673d8e9dd3e3b94 (patch) | |
tree | 5751f36ceda6d9b47376457c6e2519ea70e00d9a | |
parent | 4db93ca44b0f539dd33efd89d0525f22e01dd13f (diff) | |
download | guix-e133664c54c25185126e0f979673d8e9dd3e3b94.tar.gz |
gnu: r-uwot: Update to 0.1.14.
* gnu/packages/cran.scm (r-uwot): Update to 0.1.14. [propagated-inputs]: Remove r-rspectra.
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bf344a534b..8325e620c0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |