gnu: r-zcompositions: Update to 1.4.1.
* gnu/packages/cran.scm (r-zcompositions): Update to 1.4.1.
This commit is contained in:
		
							parent
							
								
									cc47a62c71
								
							
						
					
					
						commit
						01614a293c
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		|  | @ -1863,19 +1863,17 @@ known as Dynamic Linear Models.") | ||||||
| (define-public r-zcompositions | (define-public r-zcompositions | ||||||
|   (package |   (package | ||||||
|     (name "r-zcompositions") |     (name "r-zcompositions") | ||||||
|     (version "1.4.0-1") |     (version "1.4.1") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (cran-uri "zCompositions" version)) |               (uri (cran-uri "zCompositions" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1rrhja9iaq123r2gqw1bzrn1ri0s3z4wzq8p0sfcr1yb6pv13vik")))) |                 "1l9hj37x54b4vzbcg2051nfli5rh65llm27hygc2vx7yyi6q75ma")))) | ||||||
|     (properties `((upstream-name . "zCompositions"))) |     (properties `((upstream-name . "zCompositions"))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list r-mass |      (list r-mass r-nada r-truncnorm)) | ||||||
|            r-nada |  | ||||||
|            r-truncnorm)) |  | ||||||
|     (home-page "https://github.com/Japal/zCompositions") |     (home-page "https://github.com/Japal/zCompositions") | ||||||
|     (synopsis |     (synopsis | ||||||
|      "Treatment of zeros, left-censored and missing values in compositional data") |      "Treatment of zeros, left-censored and missing values in compositional data") | ||||||
|  |  | ||||||
		Reference in a new issue