[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/212: gnu: r-readods: Update to 1.8.0.
From: |
guix-commits |
Subject: |
02/212: gnu: r-readods: Update to 1.8.0. |
Date: |
Sat, 18 Feb 2023 14:00:43 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ce7e4b99f9748c38ba8985819a4060a7126ca2eb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 17 20:11:35 2023 +0100
gnu: r-readods: Update to 1.8.0.
* gnu/packages/cran.scm (r-readods): Update to 1.8.0.
[propagated-inputs]: Add r-purrr.
[description]: Use complete sentences.
---
gnu/packages/cran.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3b25b161f2..1dc046acbb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33905,25 +33905,25 @@ user streams, and to parse the output into data
frames.")
(define-public r-readods
(package
(name "r-readods")
- (version "1.7.0")
+ (version "1.8.0")
(source
- (origin
- (method url-fetch)
- (uri (cran-uri "readODS" version))
- (sha256
- (base32
- "1hi217ab7hp15jsbzi5ak57cqf8jn2rv78bnn74q72gn9mrfra7n"))))
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "readODS" version))
+ (sha256
+ (base32
+ "1jdgp9vnm3sg4n34fl9ll7pkpac2lw7dg85mjkjwm1c63dfgrm0i"))))
(properties `((upstream-name . "readODS")))
(build-system r-build-system)
(propagated-inputs
- (list r-cellranger r-readr r-stringi r-xml2))
+ (list r-cellranger r-purrr r-readr r-stringi r-xml2))
(native-inputs (list r-knitr))
(home-page
- "https://cran.r-project.org/package=readODS")
+ "https://cran.r-project.org/package=readODS")
(synopsis "Read and Write ODS Files")
(description
- "Import @dfn{OpenDocument Spreadsheet} (ODS) into R as a data frame.
-Also support writing data frame into ODS file.")
+ "This package lets you import @dfn{OpenDocument Spreadsheet} (ODS) into R
+as a data frame. It also supports writing data frames to an ODS file.")
(license license:gpl3)))
(define-public r-qpdf
- branch master updated (b795976778 -> 0ba69c1ee2), guix-commits, 2023/02/18
- 01/212: gnu: r-liger: Rename to r-rliger., guix-commits, 2023/02/18
- 05/212: import/cran: Process all vignette builders., guix-commits, 2023/02/18
- 07/212: import/cran: Remove directory-needs-zlib? in favor of needed-libraries-in-directory., guix-commits, 2023/02/18
- 02/212: gnu: r-readods: Update to 1.8.0.,
guix-commits <=
- 04/212: import/cran: Add name mapping for libjpeg., guix-commits, 2023/02/18
- 03/212: import/cran: Add directory-needs-esbuild?., guix-commits, 2023/02/18
- 06/212: import/cran: Add generic way to detect needed libraries., guix-commits, 2023/02/18
- 08/212: gnu: r-flexdashboard: Update to 0.6.1., guix-commits, 2023/02/18
- 11/212: gnu: Add r-gfonts., guix-commits, 2023/02/18
- 13/212: gnu: r-d3r: Update to 1.0.1., guix-commits, 2023/02/18
- 14/212: gnu: r-wgcna: Update to 1.72-1., guix-commits, 2023/02/18
- 15/212: gnu: r-abn: Update to 2.7-3., guix-commits, 2023/02/18
- 17/212: gnu: r-ggalluvial: Update to 0.12.4., guix-commits, 2023/02/18
- 23/212: gnu: r-mapproj: Update to 1.2.11., guix-commits, 2023/02/18