gnu: r-tclust: Update to 2.0-3.
* gnu/packages/statistics.scm (r-tclust): Update to 2.0-3. [propagated-inputs]: Remove r-cluster, r-mclust, r-mvtnorm, and r-sn; add r-doparallel, r-foreach, r-mass, r-rcpp, and r-rcpparmadillo. Change-Id: I3a39e707461de2aef4bcccc11bb839e8b273f15b
This commit is contained in:
		
							parent
							
								
									b0f21308d2
								
							
						
					
					
						commit
						28e41dc3bc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -6290,18 +6290,18 @@ multivariate case.")
 | 
				
			||||||
(define-public r-tclust
 | 
					(define-public r-tclust
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-tclust")
 | 
					    (name "r-tclust")
 | 
				
			||||||
    (version "1.5-6")
 | 
					    (version "2.0-3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "tclust" version))
 | 
					       (uri (cran-uri "tclust" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1p7y58mklcwq76msh1q8pm2v6v19ja6fy07xg1j07d2zw2wa0phy"))))
 | 
					         "0l0m77a4r7izzw8akx7cz1qcxpvbjgg364yjapazji290741rfs6"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    ;; These are all suggested packages, not build dependencies.
 | 
					    ;; These are all suggested packages, not build dependencies.
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-cluster r-mclust r-mvtnorm r-sn))
 | 
					     (list r-doparallel r-foreach r-mass r-rcpp r-rcpparmadillo))
 | 
				
			||||||
    (home-page "https://cran.r-project.org/web/packages/tclust")
 | 
					    (home-page "https://cran.r-project.org/web/packages/tclust")
 | 
				
			||||||
    (synopsis "Robust trimmed clustering")
 | 
					    (synopsis "Robust trimmed clustering")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue