[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/89: gnu: r-rsqlite: Update to 2.2.1.
From: |
guix-commits |
Subject: |
83/89: gnu: r-rsqlite: Update to 2.2.1. |
Date: |
Mon, 5 Oct 2020 18:35:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 16d41d0d659b05821bf51ac7059b41ff0d7b787e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:46:21 2020 +0200
gnu: r-rsqlite: Update to 2.2.1.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.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 af6ac2c..5ca2691 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2810,13 +2810,13 @@ a column in data frame.")
(define-public r-rsqlite
(package
(name "r-rsqlite")
- (version "2.2.0")
+ (version "2.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "RSQLite" version))
(sha256
(base32
- "1m38sj8rwbf3p2lhqabcp7c7djk7s9ng37cz39yxk706v9pi4380"))))
+ "0lynli9144dzb9vhxssba20v7z5h2nirawpvvy8ykv4n3ir7qlsl"))))
(properties `((upstream-name . "RSQLite")))
(build-system r-build-system)
(propagated-inputs
@@ -2828,6 +2828,8 @@ a column in data frame.")
("r-bit64" ,r-bit64)
("r-blob" ,r-blob)
("r-pkgconfig" ,r-pkgconfig)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/rstats-db/RSQLite")
(synopsis "SQLite interface for R")
(description
- 60/89: gnu: r-regsem: Update to 1.6.2., (continued)
- 60/89: gnu: r-regsem: Update to 1.6.2., guix-commits, 2020/10/05
- 59/89: gnu: r-stm: Update to 1.3.6., guix-commits, 2020/10/05
- 58/89: gnu: r-quanteda: Update to 2.1.2., guix-commits, 2020/10/05
- 44/89: etc: committer: Use EQUAL? instead of EQ? for differences., guix-commits, 2020/10/05
- 64/89: gnu: r-binman: Update to 0.1.2., guix-commits, 2020/10/05
- 63/89: gnu: r-rxnat: Update to 1.0.14., guix-commits, 2020/10/05
- 66/89: gnu: r-cpp11: Update to 0.2.2., guix-commits, 2020/10/05
- 55/89: gnu: r-lhs: Update to 1.1.1., guix-commits, 2020/10/05
- 74/89: gnu: r-knitr: Update to 1.30., guix-commits, 2020/10/05
- 78/89: gnu: r-openssl: Update to 1.4.3., guix-commits, 2020/10/05
- 83/89: gnu: r-rsqlite: Update to 2.2.1.,
guix-commits <=
- 75/89: gnu: r-coda: Update to 0.19-4., guix-commits, 2020/10/05
- 86/89: gnu: r-fpc: Update to 2.2-8., guix-commits, 2020/10/05
- 87/89: gnu: r-quantreg: Update to 5.73., guix-commits, 2020/10/05
- 36/89: gnu: r-afex: Update to 0.28-0., guix-commits, 2020/10/05
- 34/89: gnu: r-lsei: Update to 1.3-0., guix-commits, 2020/10/05
- 38/89: gnu: r-bigrquery: Update to 1.3.2., guix-commits, 2020/10/05
- 56/89: gnu: r-acebayes: Update to 1.10., guix-commits, 2020/10/05
- 49/89: gnu: r-sctransform: Update to 0.3., guix-commits, 2020/10/05
- 54/89: gnu: r-bios2cor: Update to 2.2., guix-commits, 2020/10/05
- 48/89: gnu: r-ggvis: Update to 0.4.6., guix-commits, 2020/10/05