[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/57: gnu: r-parsnip: Update to 0.1.7.
From: |
guix-commits |
Subject: |
43/57: gnu: r-parsnip: Update to 0.1.7. |
Date: |
Mon, 26 Jul 2021 09:39:32 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 7c7e19a2ba508c67f28fc54571b966958848bb2f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:13 2021 +0200
gnu: r-parsnip: Update to 0.1.7.
* gnu/packages/cran.scm (r-parsnip): Update to 0.1.7.
[propagated-inputs]: Add r-hardhat.
---
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 334a4f8..8dda188 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27333,14 +27333,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and
other Tidy tools.")
(define-public r-parsnip
(package
(name "r-parsnip")
- (version "0.1.6")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "parsnip" version))
(sha256
(base32
- "0qhdh2xdswqy94f4gkdxi1iqm0k794p9y8sdh6mgbd1a86c8ngfs"))))
+ "12chngdzplwkk1c9k8y7cwaqlyy72yamlknp7ksg7g9p3b58f1fb"))))
(properties `((upstream-name . "parsnip")))
(build-system r-build-system)
(propagated-inputs
@@ -27348,6 +27348,7 @@ analysis using @code{dplyr}, @code{ggplot2}, and other
Tidy tools.")
("r-generics" ,r-generics)
("r-globals" ,r-globals)
("r-glue" ,r-glue)
+ ("r-hardhat" ,r-hardhat)
("r-lifecycle" ,r-lifecycle)
("r-magrittr" ,r-magrittr)
("r-prettyunits" ,r-prettyunits)
- 07/57: gnu: r-fastmatch: Update to 1.1-3., (continued)
- 07/57: gnu: r-fastmatch: Update to 1.1-3., guix-commits, 2021/07/26
- 12/57: gnu: r-rastervis: Update to 0.50.3., guix-commits, 2021/07/26
- 18/57: gnu: r-survey: Update to 4.1-1., guix-commits, 2021/07/26
- 24/57: gnu: r-afex: Update to 1.0-1., guix-commits, 2021/07/26
- 39/57: gnu: r-spatstat-linnet: Update to 2.3-0., guix-commits, 2021/07/26
- 20/57: gnu: r-bayestestr: Update to 0.10.5., guix-commits, 2021/07/26
- 21/57: gnu: r-performance: Update to 0.7.3., guix-commits, 2021/07/26
- 28/57: gnu: r-wk: Update to 0.5.0., guix-commits, 2021/07/26
- 36/57: gnu: r-hardhat: Update to 0.1.6., guix-commits, 2021/07/26
- 40/57: gnu: r-workflows: Update to 0.2.3., guix-commits, 2021/07/26
- 43/57: gnu: r-parsnip: Update to 0.1.7.,
guix-commits <=
- 44/57: gnu: r-modeldata: Update to 0.1.1., guix-commits, 2021/07/26
- 46/57: gnu: r-lpme: Update to 1.1.2., guix-commits, 2021/07/26
- 47/57: gnu: r-mlr3misc: Update to 0.9.3., guix-commits, 2021/07/26
- 48/57: gnu: r-readtext: Update to 0.81., guix-commits, 2021/07/26
- 53/57: gnu: r-tibble: Update to 3.1.3., guix-commits, 2021/07/26
- 57/57: gnu: r-ranger: Update to 0.13.1., guix-commits, 2021/07/26
- 45/57: gnu: r-phangorn: Update to 2.7.1., guix-commits, 2021/07/26
- 49/57: gnu: r-tzdb: Update to 0.1.2., guix-commits, 2021/07/26
- 50/57: gnu: r-vroom: Update to 1.5.3., guix-commits, 2021/07/26
- 51/57: gnu: r-stringi: Update to 1.7.3., guix-commits, 2021/07/26