me
/
guix
Archived
1
0
Fork 0

gnu: r-rtsne: Update to 0.16.

* gnu/packages/statistics.scm (r-rtsne): Update to 0.16.
master
Ricardo Wurmus 2022-05-28 08:30:58 +02:00
parent c7563bf578
commit 2af5707049
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3834,14 +3834,14 @@ the way current RNG settings can be changed.")
(define-public r-rtsne
(package
(name "r-rtsne")
(version "0.15")
(version "0.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rtsne" version))
(sha256
(base32
"0v17vxizrs1msay24xl2bckfajr2c82wpqj07lyssbrq197nwdsn"))))
"1mgviwrqwapn8w7rq0sjxca5vi7ylgmm876ijwp22a3chbf5m82j"))))
(properties `((upstream-name . "Rtsne")))
(build-system r-build-system)
(propagated-inputs