gnu: r-tune: Update to 1.0.0.
* gnu/packages/cran.scm (r-tune): Update to 1.0.0. [propagated-inputs]: Add r-tidyselect.
This commit is contained in:
		
							parent
							
								
									8b68ee9a35
								
							
						
					
					
						commit
						abc8efb0e8
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -29083,14 +29083,14 @@ for creating, simulating, or validating values for such parameters.") | ||||||
| (define-public r-tune | (define-public r-tune | ||||||
|   (package |   (package | ||||||
|     (name "r-tune") |     (name "r-tune") | ||||||
|     (version "0.2.0") |     (version "1.0.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (cran-uri "tune" version)) |        (uri (cran-uri "tune" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "05gxlsaqv6sjk11r5g4nkdd6hlb3bnfmc29cx4vln1blha37jx4i")))) |          "0jh29dy4gwa1fyi01fp1305hkxw1mpkx704j6kydplh8h09rv80p")))) | ||||||
|     (properties `((upstream-name . "tune"))) |     (properties `((upstream-name . "tune"))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|  | @ -29111,6 +29111,7 @@ for creating, simulating, or validating values for such parameters.") | ||||||
|            r-rsample |            r-rsample | ||||||
|            r-tibble |            r-tibble | ||||||
|            r-tidyr |            r-tidyr | ||||||
|  |            r-tidyselect | ||||||
|            r-vctrs |            r-vctrs | ||||||
|            r-withr |            r-withr | ||||||
|            r-workflows |            r-workflows | ||||||
|  |  | ||||||
		Reference in a new issue