gnu: r-rtsne: Update to 0.13.

* gnu/packages/statistics.scm (r-rtsne): Update to 0.13.
This commit is contained in:
Ricardo Wurmus 2017-04-22 23:02:19 +02:00
parent 78a237f6b6
commit 96338a91d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3151,14 +3151,14 @@ the way current RNG settings can be changed.")
(define-public r-rtsne (define-public r-rtsne
(package (package
(name "r-rtsne") (name "r-rtsne")
(version "0.11") (version "0.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "Rtsne" version)) (uri (cran-uri "Rtsne" version))
(sha256 (sha256
(base32 (base32
"0zi4nxgpiv1gpdmcnqdhz5kymzp8m5xj02zpf290p1yyydl76bhy")))) "17crbdi80q4g2pwp9v7j3bdaznk96qlrqx01zvj3wwqippizyfqw"))))
(properties `((upstream-name . "Rtsne"))) (properties `((upstream-name . "Rtsne")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs