mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-uwot: Update to 0.2.2.
* gnu/packages/cran.scm (r-uwot): Update to 0.2.2. [propagated-inputs]: Add r-rspectra. Change-Id: Iece11fdfb68660f64adc1544eb52f9912335a8af
This commit is contained in:
parent
21473fe5b5
commit
c4f40ee0ff
1 changed files with 4 additions and 3 deletions
|
@ -26773,14 +26773,14 @@ (define-public r-umap
|
|||
(define-public r-uwot
|
||||
(package
|
||||
(name "r-uwot")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "uwot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gg21kxm4qq0i0gc6jg5k37nnyxj8652zf4jp95ffb9xsn22gpvc"))))
|
||||
"1lbckamb2hk24qxcvchdfid982cvcz64j9hvdnrx8c4ms91qr4yr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-dqrng
|
||||
|
@ -26789,7 +26789,8 @@ (define-public r-uwot
|
|||
r-matrix
|
||||
r-rcpp
|
||||
r-rcppannoy
|
||||
r-rcppprogress))
|
||||
r-rcppprogress
|
||||
r-rspectra))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/jlmelville/uwot")
|
||||
(synopsis "Uniform manifold approximation and projection")
|
||||
|
|
Loading…
Reference in a new issue