gnu: r-bayesfactor: Update to 0.9.12-4.4.
* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.4. [propagated-inputs]: Remove r-gtools.
This commit is contained in:
		
							parent
							
								
									64c520fef6
								
							
						
					
					
						commit
						ee30369c47
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -6669,19 +6669,18 @@ various statistical models with linear predictors.") | |||
| (define-public r-bayesfactor | ||||
|   (package | ||||
|     (name "r-bayesfactor") | ||||
|     (version "0.9.12-4.3") | ||||
|     (version "0.9.12-4.4") | ||||
|     (source | ||||
|       (origin | ||||
|         (method url-fetch) | ||||
|         (uri (cran-uri "BayesFactor" version)) | ||||
|         (sha256 | ||||
|           (base32 | ||||
|             "171hbr445v8mq4hqi1k8q3h8zqsccwjv0a2mj98h9b77667ziyfw")))) | ||||
|             "02bhlamnkxp9wqi2cp1i0dxmqdf3y3l872ad9z39xwripbi4kc7a")))) | ||||
|     (properties `((upstream-name . "BayesFactor"))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|       (list r-coda | ||||
|             r-gtools | ||||
|             r-hypergeo | ||||
|             r-matrix | ||||
|             r-matrixmodels | ||||
|  |  | |||
		Reference in a new issue