[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/80: gnu: r-infer: Update to 1.0.0.
From: |
guix-commits |
Subject: |
43/80: gnu: r-infer: Update to 1.0.0. |
Date: |
Tue, 24 Aug 2021 06:31:50 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0887bff472895ecf5b2df0488d7886d6e959ce45
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:32 2021 +0200
gnu: r-infer: Update to 1.0.0.
* gnu/packages/cran.scm (r-infer): Update to 1.0.0.
[propagated-inputs]: Add r-broom, r-generics, r-patchwork, and r-tidyr.
---
gnu/packages/cran.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 38705d8..4dcb446 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27499,24 +27499,28 @@ functions or computational engines (e.g. R, Spark,
Stan, etc).")
(define-public r-infer
(package
(name "r-infer")
- (version "0.5.4")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "infer" version))
(sha256
(base32
- "0wvvgqjhyv7ql98cjzqad61wbmk7xrqd1ybk894jr5cmza13c8w2"))))
+ "1qbpcn7jqbvgwnpiyylj021j8m33p58a204yd1pfkpzd3x2lbsm6"))))
(properties `((upstream-name . "infer")))
(build-system r-build-system)
(propagated-inputs
- `(("r-dplyr" ,r-dplyr)
+ `(("r-broom" ,r-broom)
+ ("r-dplyr" ,r-dplyr)
+ ("r-generics" ,r-generics)
("r-ggplot2" ,r-ggplot2)
("r-glue" ,r-glue)
("r-magrittr" ,r-magrittr)
+ ("r-patchwork" ,r-patchwork)
("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang)
- ("r-tibble" ,r-tibble)))
+ ("r-tibble" ,r-tibble)
+ ("r-tidyr" ,r-tidyr)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/tidymodels/infer")
- 36/80: gnu: r-rpf: Update to 1.0.8., (continued)
- 36/80: gnu: r-rpf: Update to 1.0.8., guix-commits, 2021/08/24
- 31/80: gnu: r-terra: Update to 1.3-22., guix-commits, 2021/08/24
- 35/80: gnu: r-quanteda: Update to 3.1.0., guix-commits, 2021/08/24
- 39/80: gnu: r-rlinsolve: Update to 0.3.2., guix-commits, 2021/08/24
- 40/80: gnu: r-rxnat: Update to 1.0.15., guix-commits, 2021/08/24
- 45/80: gnu: r-mlr3: Update to 0.12.0., guix-commits, 2021/08/24
- 28/80: gnu: r-bookdown: Update to 0.23., guix-commits, 2021/08/24
- 33/80: gnu: r-showtext: Update to 0.9-4., guix-commits, 2021/08/24
- 34/80: gnu: r-tree: Update to 1.0-41., guix-commits, 2021/08/24
- 41/80: gnu: r-brms: Update to 2.16.0., guix-commits, 2021/08/24
- 43/80: gnu: r-infer: Update to 1.0.0.,
guix-commits <=
- 44/80: gnu: r-seurat: Update to 4.0.4., guix-commits, 2021/08/24
- 37/80: gnu: r-packrat: Update to 0.7.0., guix-commits, 2021/08/24
- 42/80: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/08/24
- 46/80: gnu: r-mlr3learners: Update to 0.5.0., guix-commits, 2021/08/24
- 47/80: gnu: r-english: Update to 1.2-6., guix-commits, 2021/08/24
- 48/80: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/08/24
- 49/80: gnu: r-textplot: Update to 0.2.0., guix-commits, 2021/08/24
- 50/80: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/08/24
- 55/80: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/08/24
- 59/80: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/08/24