[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/74: gnu: r-parsnip: Update to 1.0.0.
From: |
guix-commits |
Subject: |
37/74: gnu: r-parsnip: Update to 1.0.0. |
Date: |
Sat, 2 Jul 2022 18:00:37 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit b427be3510d236b546656cd8aa968115a014d6e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:08 2022 +0200
gnu: r-parsnip: Update to 1.0.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.0.0.
[propagated-inputs]: Add r-pillar.
---
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 7aa8d574d7..fa367cc0af 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28983,14 +28983,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and
other Tidy tools.")
(define-public r-parsnip
(package
(name "r-parsnip")
- (version "0.2.1")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parsnip" version))
(sha256
(base32
- "195i4j38mljv9193yx8lmh65h85yhc52y9vc1mk8zvxi52ks1yln"))))
+ "0lwz95ff69arbl2mpmnkwjf24cgb866nr3frkb89va91gp1w9691"))))
(properties `((upstream-name . "parsnip")))
(build-system r-build-system)
(propagated-inputs
@@ -29003,6 +29003,7 @@ analysis using @code{dplyr}, @code{ggplot2}, and other
Tidy tools.")
r-hardhat
r-lifecycle
r-magrittr
+ r-pillar
r-prettyunits
r-purrr
r-rlang
- 35/74: gnu: r-dials: Update to 1.0.0., (continued)
- 35/74: gnu: r-dials: Update to 1.0.0., guix-commits, 2022/07/02
- 34/74: gnu: r-rsample: Update to 1.0.0., guix-commits, 2022/07/02
- 12/74: gnu: r-itsadug: Update to 2.4.1., guix-commits, 2022/07/02
- 36/74: gnu: r-tidyposterior: Update to 1.0.0., guix-commits, 2022/07/02
- 52/74: gnu: r-car: Update to 3.1-0., guix-commits, 2022/07/02
- 59/74: gnu: r-rtracklayer: Update to 1.56.1., guix-commits, 2022/07/02
- 62/74: gnu: r-matrixgenerics: Update to 1.8.1., guix-commits, 2022/07/02
- 29/74: gnu: r-packrat: Update to 0.8.1., guix-commits, 2022/07/02
- 20/74: gnu: r-epi: Update to 2.47., guix-commits, 2022/07/02
- 30/74: gnu: r-hardhat: Update to 1.2.0., guix-commits, 2022/07/02
- 37/74: gnu: r-parsnip: Update to 1.0.0.,
guix-commits <=
- 42/74: gnu: r-spacetime: Update to 1.2-8., guix-commits, 2022/07/02
- 39/74: gnu: r-clustree: Update to 0.5.0., guix-commits, 2022/07/02
- 47/74: gnu: r-rcpparmadillo: Update to 0.11.2.0.0., guix-commits, 2022/07/02
- 48/74: gnu: r-r-methodss3: Update to 1.8.2., guix-commits, 2022/07/02
- 53/74: gnu: r-ranger: Update to 0.14.1., guix-commits, 2022/07/02
- 56/74: gnu: r-ensembldb: Update to 2.20.2., guix-commits, 2022/07/02
- 60/74: gnu: r-simplifyenrichment: Update to 1.6.1., guix-commits, 2022/07/02
- 61/74: gnu: r-zellkonverter: Update to 1.6.3., guix-commits, 2022/07/02
- 68/74: gnu: r-rsubread: Update to 2.10.4., guix-commits, 2022/07/02
- 73/74: gnu: r-with-tests: Update to 4.2.1., guix-commits, 2022/07/02