guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]