gnu: r-icge: Update to 0.4.1.
* gnu/packages/cran.scm (r-icge): Update to 0.4.1. [propagated-inputs]: Add r-fastcluster.
This commit is contained in:
		
							parent
							
								
									f1d6a1fe0f
								
							
						
					
					
						commit
						ed5f29921d
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -22251,18 +22251,19 @@ validation of bicluster solutions.")
 | 
				
			||||||
(define-public r-icge
 | 
					(define-public r-icge
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-icge")
 | 
					    (name "r-icge")
 | 
				
			||||||
    (version "0.3")
 | 
					    (version "0.4.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "ICGE" version))
 | 
					       (uri (cran-uri "ICGE" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
 | 
					         "0w6hbi3h98q6gsxqbb43p95v6xykgrasxcjivwm8hw9fly4avxyi"))))
 | 
				
			||||||
    (properties `((upstream-name . "ICGE")))
 | 
					    (properties `((upstream-name . "ICGE")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-cluster" ,r-cluster)
 | 
					     `(("r-cluster" ,r-cluster)
 | 
				
			||||||
 | 
					       ("r-fastcluster" ,r-fastcluster)
 | 
				
			||||||
       ("r-mass" ,r-mass)))
 | 
					       ("r-mass" ,r-mass)))
 | 
				
			||||||
    (home-page "https://cran.r-project.org/web/packages/ICGE/")
 | 
					    (home-page "https://cran.r-project.org/web/packages/ICGE/")
 | 
				
			||||||
    (synopsis "Cluster estimation and identification of atypical units")
 | 
					    (synopsis "Cluster estimation and identification of atypical units")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue