[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/57: gnu: r-workflowsets: Update to 0.1.0.
From: |
guix-commits |
Subject: |
42/57: gnu: r-workflowsets: Update to 0.1.0. |
Date: |
Mon, 26 Jul 2021 09:39:31 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit ccb68d2948ef3d39181d600cb58d1c4a45fa0992
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:13 2021 +0200
gnu: r-workflowsets: Update to 0.1.0.
* gnu/packages/cran.scm (r-workflowsets): Update to 0.1.0.
[propagated-inputs]: Add r-hardhat and r-lifecycle.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 506ef24..334a4f8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27094,21 +27094,23 @@ methods, and post-processing steps.")
(define-public r-workflowsets
(package
(name "r-workflowsets")
- (version "0.0.2")
+ (version "0.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "workflowsets" version))
(sha256
(base32
- "0kzr2sm9xpikc0r7qzkrm4vm03vxh7vcvqvaqvp727qfbpm4cly0"))))
+ "0596hb17mshpag3vjy2wl6fi2mdw54i9gc5za10vzy8vpkigb9jy"))))
(properties `((upstream-name . "workflowsets")))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)
("r-dplyr" ,r-dplyr)
+ ("r-hardhat" ,r-hardhat)
("r-generics" ,r-generics)
("r-ggplot2" ,r-ggplot2)
+ ("r-lifecycle" ,r-lifecycle)
("r-prettyunits" ,r-prettyunits)
("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang)
- 25/57: gnu: r-rgl: Update to 0.107.10., (continued)
- 25/57: gnu: r-rgl: Update to 0.107.10., guix-commits, 2021/07/26
- 26/57: gnu: r-parallelly: Update to 1.27.0., guix-commits, 2021/07/26
- 22/57: gnu: r-sjplot: Update to 2.8.9., guix-commits, 2021/07/26
- 29/57: gnu: r-adegenet: Update to 2.1.4., guix-commits, 2021/07/26
- 31/57: gnu: r-styler: Update to 1.5.1., guix-commits, 2021/07/26
- 27/57: gnu: r-compositions: Update to 2.0-2., guix-commits, 2021/07/26
- 32/57: gnu: r-sysfonts: Update to 0.8.4., guix-commits, 2021/07/26
- 37/57: gnu: r-spatstat-geom: Update to 2.2-2., guix-commits, 2021/07/26
- 38/57: gnu: r-spatstat-core: Update to 2.3-0., guix-commits, 2021/07/26
- 41/57: gnu: r-tune: Update to 0.1.6., guix-commits, 2021/07/26
- 42/57: gnu: r-workflowsets: Update to 0.1.0.,
guix-commits <=
- 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