[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: r-tune: Update to 0.1.1.
From: |
guix-commits |
Subject: |
05/11: gnu: r-tune: Update to 0.1.1. |
Date: |
Fri, 11 Sep 2020 13:05:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 471f0aacd274d4f33d8356520dbc1460b2d1cd34
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 19:03:58 2020 +0200
gnu: r-tune: Update to 0.1.1.
* gnu/packages/cran.scm (r-tune): Update to 0.1.1.
[propagated-inputs]: Add r-vctrs.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a6fce70..86c8885 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23823,14 +23823,14 @@ for creating, simulating, or validating values for
such parameters.")
(define-public r-tune
(package
(name "r-tune")
- (version "0.1.0")
+ (version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tune" version))
(sha256
(base32
- "0xiidzkl0hbd0f7jh1v2kkg26wdgy33w74c9bmpjgy317ckhsz8h"))))
+ "0293xkmv1nyvm72wxznnlm3qpf6475xzl2sf52mnrjxxr7i447p1"))))
(properties `((upstream-name . "tune")))
(build-system r-build-system)
(propagated-inputs
@@ -23851,6 +23851,7 @@ for creating, simulating, or validating values for such
parameters.")
("r-rsample" ,r-rsample)
("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr)
+ ("r-vctrs" ,r-vctrs)
("r-workflows" ,r-workflows)
("r-yardstick" ,r-yardstick)))
(home-page "https://github.com/tidymodels/tune")
- branch master updated (23bd6f6 -> 19748ea), guix-commits, 2020/09/11
- 01/11: gnu: r-hardhat: Update to 0.1.4., guix-commits, 2020/09/11
- 02/11: gnu: r-workflows: Update to 0.1.3., guix-commits, 2020/09/11
- 05/11: gnu: r-tune: Update to 0.1.1.,
guix-commits <=
- 04/11: gnu: r-dials: Update to 0.0.8., guix-commits, 2020/09/11
- 07/11: gnu: r-tidytext: Update to 0.2.5., guix-commits, 2020/09/11
- 03/11: gnu: r-yardstick: Update to 0.0.7., guix-commits, 2020/09/11
- 09/11: gnu: Add r-modeldata., guix-commits, 2020/09/11
- 10/11: gnu: r-infer: Update to 0.5.3., guix-commits, 2020/09/11
- 11/11: gnu: r-tidymodels: Update to 0.1.1., guix-commits, 2020/09/11
- 08/11: gnu: r-parsnip: Update to 0.1.3., guix-commits, 2020/09/11
- 06/11: gnu: r-tidypredict: Update to 0.4.6., guix-commits, 2020/09/11