[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/86: gnu: r-tidyposterior: Update to 0.1.0.
From: |
guix-commits |
Subject: |
64/86: gnu: r-tidyposterior: Update to 0.1.0. |
Date: |
Wed, 7 Apr 2021 21:22:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ed5f5f0274fa8140e5fff853edfbf0007862a36b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:53:48 2021 +0200
gnu: r-tidyposterior: Update to 0.1.0.
* gnu/packages/cran.scm (r-tidyposterior): Update to 0.1.0.
[propagated-inputs]: Remove r-lifecycle; add r-tune and r-workflowsets.
---
gnu/packages/cran.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8e7ce2c..cacd2fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25900,28 +25900,29 @@ results.")
(define-public r-tidyposterior
(package
(name "r-tidyposterior")
- (version "0.0.3")
+ (version "0.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyposterior" version))
(sha256
(base32
- "0wsv800w056ziqbnwal7ncmdy4li8cn5yrdx07w35b7j8kl4mwhg"))))
+ "1h1664sjrg6akph6nrk8ynn2kjiswv6gshy35gamam1h4axf6wah"))))
(properties `((upstream-name . "tidyposterior")))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
("r-generics" ,r-generics)
("r-ggplot2" ,r-ggplot2)
- ("r-lifecycle" ,r-lifecycle)
("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang)
("r-rsample" ,r-rsample)
("r-rstanarm" ,r-rstanarm)
("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr)
- ("r-vctrs" ,r-vctrs)))
+ ("r-tune" ,r-tune)
+ ("r-vctrs" ,r-vctrs)
+ ("r-workflowsets" ,r-workflowsets)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://tidyposterior.tidymodels.org")
- 42/86: gnu: r-gamlss-data: Update to 6.0-1., (continued)
- 42/86: gnu: r-gamlss-data: Update to 6.0-1., guix-commits, 2021/04/07
- 41/86: gnu: r-dalex: Update to 2.2.0., guix-commits, 2021/04/07
- 44/86: gnu: r-actuar: Update to 3.1-2., guix-commits, 2021/04/07
- 48/86: gnu: r-quanteda: Update to 3.0.0., guix-commits, 2021/04/07
- 52/86: gnu: r-shapforxgboost: Update to 0.1.1., guix-commits, 2021/04/07
- 56/86: gnu: r-spatstat-geom: Update to 2.0-1., guix-commits, 2021/04/07
- 57/86: gnu: r-spatstat-core: Update to 2.0-0., guix-commits, 2021/04/07
- 58/86: gnu: r-spatstat-linnet: Update to 2.1-1., guix-commits, 2021/04/07
- 63/86: gnu: r-slider: Update to 0.2.1., guix-commits, 2021/04/07
- 79/86: gnu: r-xml: Update to 3.99-0.6., guix-commits, 2021/04/07
- 64/86: gnu: r-tidyposterior: Update to 0.1.0.,
guix-commits <=
- 70/86: gnu: r-bbotk: Update to 0.3.2., guix-commits, 2021/04/07
- 77/86: gnu: r-catools: Update to 1.18.2., guix-commits, 2021/04/07
- 83/86: etc/committer: Handle package additions., guix-commits, 2021/04/07
- 65/86: gnu: r-altmeta: Update to 3.3., guix-commits, 2021/04/07
- 78/86: gnu: r-rsqlite: Update to 2.2.5., guix-commits, 2021/04/07
- 84/86: etc/committer: Define delay duration as a variable., guix-commits, 2021/04/07
- 82/86: gnu: r-sn: Update to 2.0.0., guix-commits, 2021/04/07
- 69/86: gnu: r-mlr3learners: Update to 0.4.5., guix-commits, 2021/04/07
- 61/86: gnu: r-muhaz: Update to 1.2.6.3., guix-commits, 2021/04/07
- 71/86: gnu: r-textshaping: Update to 0.3.3., guix-commits, 2021/04/07