[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/65: gnu: r-tune: Update to 0.1.6.
From: |
guix-commits |
Subject: |
41/65: gnu: r-tune: Update to 0.1.6. |
Date: |
Wed, 28 Jul 2021 16:29:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ff971f4add8e99fc359c40ab8532f1159cf7d53c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:12 2021 +0200
gnu: r-tune: Update to 0.1.6.
* gnu/packages/cran.scm (r-tune): Update to 0.1.6.
[propagated-inputs]: Add r-hardhat, r-lifecycle, and r-withr.
---
gnu/packages/cran.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0d8730b..912682e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27050,14 +27050,14 @@ for creating, simulating, or validating values for
such parameters.")
(define-public r-tune
(package
(name "r-tune")
- (version "0.1.5")
+ (version "0.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tune" version))
(sha256
(base32
- "06snvnppa9xan99lkd2b7ynh916j75ga9lvifnra614akhhxv4rr"))))
+ "1356w98ljiay8fwa7narr7j5hfbvi69gy03gr7kqiwnfglyksrza"))))
(properties `((upstream-name . "tune")))
(build-system r-build-system)
(propagated-inputs
@@ -27069,6 +27069,8 @@ for creating, simulating, or validating values for such
parameters.")
("r-ggplot2" ,r-ggplot2)
("r-glue" ,r-glue)
("r-gpfit" ,r-gpfit)
+ ("r-hardhat" ,r-hardhat)
+ ("r-lifecycle" ,r-lifecycle)
("r-parsnip" ,r-parsnip)
("r-purrr" ,r-purrr)
("r-recipes" ,r-recipes)
@@ -27077,6 +27079,7 @@ for creating, simulating, or validating values for such
parameters.")
("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr)
("r-vctrs" ,r-vctrs)
+ ("r-withr" ,r-withr)
("r-workflows" ,r-workflows)
("r-yardstick" ,r-yardstick)))
(home-page "https://github.com/tidymodels/tune")
- 32/65: gnu: r-sysfonts: Update to 0.8.4., (continued)
- 32/65: gnu: r-sysfonts: Update to 0.8.4., guix-commits, 2021/07/28
- 17/65: gnu: r-doby: Update to 4.6.11., guix-commits, 2021/07/28
- 24/65: gnu: r-afex: Update to 1.0-1., guix-commits, 2021/07/28
- 26/65: gnu: r-parallelly: Update to 1.27.0., guix-commits, 2021/07/28
- 29/65: gnu: r-adegenet: Update to 2.1.4., guix-commits, 2021/07/28
- 15/65: gnu: r-officer: Update to 0.3.19., guix-commits, 2021/07/28
- 18/65: gnu: r-survey: Update to 4.1-1., guix-commits, 2021/07/28
- 27/65: gnu: r-compositions: Update to 2.0-2., guix-commits, 2021/07/28
- 30/65: gnu: r-rttf2pt1: Update to 1.3.9., guix-commits, 2021/07/28
- 44/65: gnu: r-modeldata: Update to 0.1.1., guix-commits, 2021/07/28
- 41/65: gnu: r-tune: Update to 0.1.6.,
guix-commits <=
- 54/65: gnu: r-readr: Update to 2.0.0., guix-commits, 2021/07/28
- 57/65: gnu: r-ranger: Update to 0.13.1., guix-commits, 2021/07/28
- 33/65: gnu: r-showtext: Update to 0.9-3., guix-commits, 2021/07/28
- 34/65: gnu: r-seewave: Update to 2.1.8., guix-commits, 2021/07/28
- 35/65: gnu: r-isoband: Update to 0.2.5., guix-commits, 2021/07/28
- 37/65: gnu: r-spatstat-geom: Update to 2.2-2., guix-commits, 2021/07/28
- 43/65: gnu: r-parsnip: Update to 0.1.7., guix-commits, 2021/07/28
- 45/65: gnu: r-phangorn: Update to 2.7.1., guix-commits, 2021/07/28
- 47/65: gnu: r-mlr3misc: Update to 0.9.3., guix-commits, 2021/07/28
- 50/65: gnu: r-vroom: Update to 1.5.3., guix-commits, 2021/07/28