[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/59: gnu: r-oai: Update to 0.3.2.
From: |
guix-commits |
Subject: |
42/59: gnu: r-oai: Update to 0.3.2. |
Date: |
Thu, 20 May 2021 04:59:30 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 99bdcea1ea55b9f96ca9737b5230f6207065977c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:54:45 2021 +0200
gnu: r-oai: Update to 0.3.2.
* gnu/packages/cran.scm (r-oai): Update to 0.3.2.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 90f4bf7..27990c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23754,13 +23754,13 @@ rendered as text, axis labels, etc. throughout R's
plotting system.")
(define-public r-oai
(package
(name "r-oai")
- (version "0.3.0")
+ (version "0.3.2")
(source (origin
(method url-fetch)
(uri (cran-uri "oai" version))
(sha256
(base32
- "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
+ "1zcbcxhw692s0y6izvwazyzhgx0iwsxsbcan2nk0mb7n11p7bypb"))))
(build-system r-build-system)
(propagated-inputs
`(("r-xml2" ,r-xml2)
@@ -23768,6 +23768,8 @@ rendered as text, axis labels, etc. throughout R's
plotting system.")
("r-plyr" ,r-plyr)
("r-stringr" ,r-stringr)
("r-tibble" ,r-tibble)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/ropensci/oai/")
(synopsis "General purpose OAI-PMH services client")
(description "@code{oai} provides a general purpose client to work with
- 18/59: gnu: r-insight: Update to 0.14.0., (continued)
- 18/59: gnu: r-insight: Update to 0.14.0., guix-commits, 2021/05/20
- 31/59: gnu: r-irkernel: Update to 1.2., guix-commits, 2021/05/20
- 32/59: gnu: r-valr: Update to 0.6.3., guix-commits, 2021/05/20
- 29/59: gnu: r-rnifti: Update to 1.3.1., guix-commits, 2021/05/20
- 35/59: gnu: r-ggplotify: Update to 0.0.7., guix-commits, 2021/05/20
- 36/59: gnu: r-ibreakdown: Update to 2.0.1., guix-commits, 2021/05/20
- 37/59: gnu: r-systemfonts: Update to 1.0.2., guix-commits, 2021/05/20
- 39/59: gnu: r-bio3d: Update to 2.4-2., guix-commits, 2021/05/20
- 40/59: gnu: r-caret: Update to 6.0-88., guix-commits, 2021/05/20
- 41/59: gnu: r-proxyc: Update to 0.2.0., guix-commits, 2021/05/20
- 42/59: gnu: r-oai: Update to 0.3.2.,
guix-commits <=
- 48/59: gnu: r-pdftools: Update to 3.0.1., guix-commits, 2021/05/20
- 51/59: gnu: r-tibble: Update to 3.1.2., guix-commits, 2021/05/20
- 54/59: gnu: r-hms: Update to 1.1.0., guix-commits, 2021/05/20
- 13/59: gnu: r-xfun: Update to 0.23., guix-commits, 2021/05/20
- 14/59: gnu: r-pillar: Update to 1.6.1., guix-commits, 2021/05/20
- 30/59: gnu: r-fields: Update to 12.3., guix-commits, 2021/05/20
- 45/59: gnu: r-rsample: Update to 0.1.0., guix-commits, 2021/05/20
- 47/59: gnu: r-textshaping: Update to 0.3.4., guix-commits, 2021/05/20
- 53/59: gnu: r-devtools: Update to 2.4.1., guix-commits, 2021/05/20
- 20/59: gnu: r-sjmisc: Update to 2.8.7., guix-commits, 2021/05/20