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 @@ in R, including a translation of the original algorithm into R.")
|
||||||
(define-public r-uwot
|
(define-public r-uwot
|
||||||
(package
|
(package
|
||||||
(name "r-uwot")
|
(name "r-uwot")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "uwot" version))
|
(uri (cran-uri "uwot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gg21kxm4qq0i0gc6jg5k37nnyxj8652zf4jp95ffb9xsn22gpvc"))))
|
"1lbckamb2hk24qxcvchdfid982cvcz64j9hvdnrx8c4ms91qr4yr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-dqrng
|
(list r-dqrng
|
||||||
|
|
@ -26789,7 +26789,8 @@ in R, including a translation of the original algorithm into R.")
|
||||||
r-matrix
|
r-matrix
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcppannoy
|
r-rcppannoy
|
||||||
r-rcppprogress))
|
r-rcppprogress
|
||||||
|
r-rspectra))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/jlmelville/uwot")
|
(home-page "https://github.com/jlmelville/uwot")
|
||||||
(synopsis "Uniform manifold approximation and projection")
|
(synopsis "Uniform manifold approximation and projection")
|
||||||
|
|
|
||||||
Reference in a new issue