[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/150: gnu: r-dbi: Update to 1.1.1.
From: |
guix-commits |
Subject: |
123/150: gnu: r-dbi: Update to 1.1.1. |
Date: |
Wed, 20 Jan 2021 11:21:17 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 132c91c4331e69d8fb130009ae7ffe7ddb610f6b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:13:58 2021 +0100
gnu: r-dbi: Update to 1.1.1.
* gnu/packages/statistics.scm (r-dbi): Update to 1.1.1.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 62c17cb..3bb7096 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1268,14 +1268,16 @@ evaluation (NSE) in R.")
(define-public r-dbi
(package
(name "r-dbi")
- (version "1.1.0")
+ (version "1.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "DBI" version))
(sha256
(base32
- "1r03j9rdcxb9bhxk40dkmy10ikz4yzsxhy3f9k9ix3x577xbfvd9"))))
+ "0i0kfyg43nryyka2bjlgz4x75w965224qp36wz1hl7a2lswb6ajp"))))
(build-system r-build-system)
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/rstats-db/DBI")
(synopsis "R database interface")
(description
- 73/150: gnu: r-future-apply: Update to 1.7.0., (continued)
- 73/150: gnu: r-future-apply: Update to 1.7.0., guix-commits, 2021/01/20
- 76/150: gnu: r-pbdzmq: Update to 0.3-4., guix-commits, 2021/01/20
- 78/150: gnu: r-deldir: Update to 0.2-9., guix-commits, 2021/01/20
- 81/150: gnu: r-gridgraphics: Update to 0.5-1., guix-commits, 2021/01/20
- 86/150: gnu: r-uwot: Update to 0.1.10., guix-commits, 2021/01/20
- 121/150: gnu: r-ggplot2: Update to 3.3.3., guix-commits, 2021/01/20
- 64/150: gnu: r-afex: Update to 0.28-1., guix-commits, 2021/01/20
- 92/150: gnu: r-r-devices: Update to 2.17.0., guix-commits, 2021/01/20
- 114/150: gnu: r-seurat: Update to 3.2.3., guix-commits, 2021/01/20
- 93/150: gnu: r-hdrcde: Update to 3.4., guix-commits, 2021/01/20
- 123/150: gnu: r-dbi: Update to 1.1.1.,
guix-commits <=
- 101/150: gnu: r-mstate: Update to 0.3.1., guix-commits, 2021/01/20
- 107/150: gnu: r-config: Update to 0.3.1., guix-commits, 2021/01/20
- 122/150: gnu: r-gdtools: Update to 0.2.3., guix-commits, 2021/01/20
- 80/150: gnu: r-sampling: Update to 2.9., guix-commits, 2021/01/20
- 83/150: gnu: r-blme: Update to 1.0-5., guix-commits, 2021/01/20
- 95/150: gnu: r-activityindex: Update to 0.3.7., guix-commits, 2021/01/20
- 105/150: gnu: r-spatstat-data: Update to 1.7-0., guix-commits, 2021/01/20
- 139/150: gnu: r-dt: Update to 0.17., guix-commits, 2021/01/20
- 128/150: gnu: r-dplyr: Update to 1.0.3., guix-commits, 2021/01/20
- 144/150: gnu: r-cowplot: Update to 1.1.1., guix-commits, 2021/01/20