[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: r-hardhat: Update to 0.1.4.
From: |
guix-commits |
Subject: |
01/11: gnu: r-hardhat: Update to 0.1.4. |
Date: |
Fri, 11 Sep 2020 13:05:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 820f4151749e0b28379b76abb81cdec0cc777eb3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 19:03:43 2020 +0200
gnu: r-hardhat: Update to 0.1.4.
* gnu/packages/cran.scm (r-hardhat): Update to 0.1.4.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d420af1..4eea781 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22665,14 +22665,14 @@ counting and recursive k-means partitioning.")
(define-public r-hardhat
(package
(name "r-hardhat")
- (version "0.1.3")
+ (version "0.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "hardhat" version))
(sha256
(base32
- "10x8fw0skaqci03v2qqpbradbra9arm3s5pskcwm4wricd2imr40"))))
+ "0gaj4hr4dj27jaasp7v0hzaivipplvq746ajsyz4yd1in03hfjvs"))))
(properties `((upstream-name . "hardhat")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (23bd6f6 -> 19748ea), guix-commits, 2020/09/11
- 01/11: gnu: r-hardhat: Update to 0.1.4.,
guix-commits <=
- 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, 2020/09/11
- 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