gnu: r-rtsne: Update to 0.15.
* gnu/packages/statistics.scm (r-rtsne): Update to 0.15.
This commit is contained in:
		
							parent
							
								
									7865c8c460
								
							
						
					
					
						commit
						23dd886a95
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3268,14 +3268,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.13")
 | 
					    (version "0.15")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "Rtsne" version))
 | 
					       (uri (cran-uri "Rtsne" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "17crbdi80q4g2pwp9v7j3bdaznk96qlrqx01zvj3wwqippizyfqw"))))
 | 
					         "0v17vxizrs1msay24xl2bckfajr2c82wpqj07lyssbrq197nwdsn"))))
 | 
				
			||||||
    (properties `((upstream-name . "Rtsne")))
 | 
					    (properties `((upstream-name . "Rtsne")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue