[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/377: gnu: r-infer: Update to 1.0.0.
From: |
guix-commits |
Subject: |
47/377: gnu: r-infer: Update to 1.0.0. |
Date: |
Sun, 5 Sep 2021 10:06:54 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
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")
- 44/377: gnu: r-rxnat: Update to 1.0.15., (continued)
- 44/377: gnu: r-rxnat: Update to 1.0.15., guix-commits, 2021/09/05
- 39/377: gnu: r-quanteda: Update to 3.1.0., guix-commits, 2021/09/05
- 12/377: gnu: r-datawizard: Update to 0.2.0., guix-commits, 2021/09/05
- 18/377: gnu: r-bbmle: Update to 1.0.24., guix-commits, 2021/09/05
- 19/377: gnu: r-xfun: Update to 0.25., guix-commits, 2021/09/05
- 20/377: gnu: r-tinytex: Update to 0.33., guix-commits, 2021/09/05
- 24/377: gnu: r-insight: Update to 0.14.3., guix-commits, 2021/09/05
- 32/377: gnu: r-bookdown: Update to 0.23., guix-commits, 2021/09/05
- 36/377: gnu: r-sysfonts: Update to 0.8.5., guix-commits, 2021/09/05
- 43/377: gnu: r-rlinsolve: Update to 0.3.2., guix-commits, 2021/09/05
- 47/377: gnu: r-infer: Update to 1.0.0.,
guix-commits <=
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/05
- 55/377: gnu: r-opencpu: Update to 2.2.5., guix-commits, 2021/09/05
- 60/377: gnu: r-readr: Update to 2.0.1., guix-commits, 2021/09/05
- 61/377: gnu: r-rmarkdown: Update to 2.10., guix-commits, 2021/09/05
- 66/377: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/09/05
- 67/377: gnu: r-genomicfeatures: Update to 1.44.1., guix-commits, 2021/09/05
- 68/377: gnu: r-limma: Update to 3.48.3., guix-commits, 2021/09/05
- 70/377: gnu: r-structuralvariantannotation: Update to 1.8.2., guix-commits, 2021/09/05
- 73/377: gnu: r-matrixgenerics: Update to 1.4.2., guix-commits, 2021/09/05
- 74/377: gnu: r-treeio: Update to 1.16.2., guix-commits, 2021/09/05