[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/51: gnu: r-yardstick: Update to 1.0.0.
From: |
guix-commits |
Subject: |
38/51: gnu: r-yardstick: Update to 1.0.0. |
Date: |
Mon, 13 Jun 2022 09:26:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fa3f80e44f598ce45e0bfa2eb44bb14577f6d49e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:22:00 2022 +0200
gnu: r-yardstick: Update to 1.0.0.
* gnu/packages/cran.scm (r-yardstick): Update to 1.0.0.
[propagated-inputs]: Remove r-proc; add r-hardhat.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c71001a8b3..555ea677bc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28436,20 +28436,20 @@ object sizes.")
(define-public r-yardstick
(package
(name "r-yardstick")
- (version "0.0.9")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "yardstick" version))
(sha256
(base32
- "00hv4gk1ba4dab8i3dcq7lim4bll7l572rgc8km9x4ja8by95j8h"))))
+ "0mnpvwbzybxp47w4yibmjb7xppwinbjcqcyqfn8qn38l5liwy8yd"))))
(properties `((upstream-name . "yardstick")))
(build-system r-build-system)
(propagated-inputs
(list r-dplyr
r-generics
- r-proc
+ r-hardhat
r-rlang
r-tidyselect
r-vctrs))
- 10/51: gnu: r-ipred: Update to 0.9-13., (continued)
- 10/51: gnu: r-ipred: Update to 0.9-13., guix-commits, 2022/06/13
- 13/51: gnu: r-sna: Update to 2.7., guix-commits, 2022/06/13
- 14/51: gnu: r-ellipse: Update to 0.4.3., guix-commits, 2022/06/13
- 17/51: gnu: r-flextable: Update to 0.7.2., guix-commits, 2022/06/13
- 15/51: gnu: r-rdpack: Update to 2.3.1., guix-commits, 2022/06/13
- 12/51: gnu: r-processx: Update to 3.6.0., guix-commits, 2022/06/13
- 06/51: gnu: r-proxy: Update to 0.4-27., guix-commits, 2022/06/13
- 21/51: gnu: r-rmpfr: Update to 0.8-9., guix-commits, 2022/06/13
- 20/51: gnu: r-sodium: Update to 1.2.1., guix-commits, 2022/06/13
- 23/51: gnu: r-apcluster: Update to 1.4.10., guix-commits, 2022/06/13
- 38/51: gnu: r-yardstick: Update to 1.0.0.,
guix-commits <=
- 08/51: gnu: r-bdsmatrix: Update to 1.3-6., guix-commits, 2022/06/13
- 09/51: gnu: r-progressr: Update to 0.10.1., guix-commits, 2022/06/13
- 16/51: gnu: r-officer: Update to 0.4.3., guix-commits, 2022/06/13
- 18/51: gnu: r-rgl: Update to 0.109.2., guix-commits, 2022/06/13
- 19/51: gnu: r-admisc: Update to 0.28., guix-commits, 2022/06/13
- 25/51: gnu: r-adegenet: Update to 2.1.7., guix-commits, 2022/06/13
- 26/51: gnu: r-haplo-stats: Update to 1.8.9., guix-commits, 2022/06/13
- 28/51: gnu: r-aplot: Update to 0.1.6., guix-commits, 2022/06/13
- 30/51: gnu: r-randtoolbox: Update to 2.0.1., guix-commits, 2022/06/13
- 33/51: gnu: r-gghighlight: Update to 0.3.3., guix-commits, 2022/06/13