[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/27: gnu: r-nodbi: Update to 0.10.2.
From: |
guix-commits |
Subject: |
10/27: gnu: r-nodbi: Update to 0.10.2. |
Date: |
Mon, 26 Feb 2024 06:35:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ca76d23df24c5070cdd556ae2509433dc03ffae7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 12:25:11 2024 +0100
gnu: r-nodbi: Update to 0.10.2.
* gnu/packages/cran.scm (r-nodbi): Update to 0.10.2.
[native-inputs]: Add r-knitr.
Change-Id: I052f662b87076c6f3e46129a0195c5e4415c6a4c
---
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 45d6043407..7602d12ee5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14540,13 +14540,13 @@ tidyverse workflow.")
(define-public r-nodbi
(package
(name "r-nodbi")
- (version "0.10.1")
+ (version "0.10.2")
(source (origin
(method url-fetch)
(uri (cran-uri "nodbi" version))
(sha256
(base32
- "180zydrq9wr53y0nd5v1z86f00v49m4xlam91ykc6jy4s7xvamz1"))))
+ "1pznlnln0p55qqwy22h9m79ddf3wgnx3vaxx2q39wvgqwj0kk1b0"))))
(properties `((upstream-name . "nodbi")))
(build-system r-build-system)
(propagated-inputs
@@ -14557,6 +14557,7 @@ tidyverse workflow.")
r-stringi
r-uuid
r-v8))
+ (native-inputs (list r-knitr))
(home-page "https://docs.ropensci.org/nodbi/")
(synopsis "NoSQL database connector")
(description
- branch master updated (9209e93d48 -> 1d85f921f6), guix-commits, 2024/02/26
- 03/27: gnu: r-ggside: Update to 0.3.0., guix-commits, 2024/02/26
- 23/27: gnu: r-ggplot2: Update to 3.5.0., guix-commits, 2024/02/26
- 20/27: gnu: r-lwgeom: Update to 0.2-14., guix-commits, 2024/02/26
- 08/27: gnu: r-renv: Update to 1.0.4., guix-commits, 2024/02/26
- 07/27: gnu: r-ctrdata: Update to 1.17.2., guix-commits, 2024/02/26
- 12/27: gnu: r-mosaic: Update to 1.9.1., guix-commits, 2024/02/26
- 10/27: gnu: r-nodbi: Update to 0.10.2.,
guix-commits <=
- 01/27: gnu: apache-arrow: Update to 14.0.2., guix-commits, 2024/02/26
- 05/27: gnu: r-secretbase: Update to 0.3.0., guix-commits, 2024/02/26
- 04/27: gnu: r-gprofiler2: Update to 0.2.3., guix-commits, 2024/02/26
- 06/27: gnu: r-shape: Update to 1.4.6.1., guix-commits, 2024/02/26
- 09/27: gnu: r-officer: Update to 0.6.5., guix-commits, 2024/02/26
- 15/27: gnu: r-sccore: Update to 1.0.5., guix-commits, 2024/02/26
- 11/27: gnu: r-superlearner: Update to 2.0-29., guix-commits, 2024/02/26
- 13/27: gnu: r-ggeffects: Update to 1.5.0., guix-commits, 2024/02/26
- 16/27: gnu: r-loo: Update to 2.7.0., guix-commits, 2024/02/26
- 21/27: gnu: r-rtweet: Update to 2.0.0., guix-commits, 2024/02/26