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.
This commit is contained in:
parent
ab0e14c41a
commit
ce7e4b99f9
1 changed files with 11 additions and 11 deletions
|
|
@ -33905,25 +33905,25 @@ user streams, and to parse the output into data frames.")
|
||||||
(define-public r-readods
|
(define-public r-readods
|
||||||
(package
|
(package
|
||||||
(name "r-readods")
|
(name "r-readods")
|
||||||
(version "1.7.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "readODS" version))
|
(uri (cran-uri "readODS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hi217ab7hp15jsbzi5ak57cqf8jn2rv78bnn74q72gn9mrfra7n"))))
|
"1jdgp9vnm3sg4n34fl9ll7pkpac2lw7dg85mjkjwm1c63dfgrm0i"))))
|
||||||
(properties `((upstream-name . "readODS")))
|
(properties `((upstream-name . "readODS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(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))
|
(native-inputs (list r-knitr))
|
||||||
(home-page
|
(home-page
|
||||||
"https://cran.r-project.org/package=readODS")
|
"https://cran.r-project.org/package=readODS")
|
||||||
(synopsis "Read and Write ODS Files")
|
(synopsis "Read and Write ODS Files")
|
||||||
(description
|
(description
|
||||||
"Import @dfn{OpenDocument Spreadsheet} (ODS) into R as a data frame.
|
"This package lets you import @dfn{OpenDocument Spreadsheet} (ODS) into R
|
||||||
Also support writing data frame into ODS file.")
|
as a data frame. It also supports writing data frames to an ODS file.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-qpdf
|
(define-public r-qpdf
|
||||||
|
|
|
||||||
Reference in a new issue