gnu: r-pdftools: Update to 3.1.0.
* gnu/packages/cran.scm (r-pdftools): Update to 3.1.0. [description]: Use complete sentences.
This commit is contained in:
parent
6e53ce2672
commit
070504923b
1 changed files with 15 additions and 19 deletions
|
@ -30323,30 +30323,26 @@ data you need the @code{pdftools} package.")
|
||||||
(define-public r-pdftools
|
(define-public r-pdftools
|
||||||
(package
|
(package
|
||||||
(name "r-pdftools")
|
(name "r-pdftools")
|
||||||
(version "3.0.1")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pdftools" version))
|
(uri (cran-uri "pdftools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dcbs5n5y8zi7bbyx491m9ik8kkmjr301x8ms85fmwdfb5a97m8k"))))
|
"062nwivd03151wbs2cj51cw7gjmdyx4ccwa3b2x90kg8xpck4iai"))))
|
||||||
(properties `((upstream-name . "pdftools")))
|
(properties `((upstream-name . "pdftools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs (list zlib poppler))
|
||||||
(list zlib poppler))
|
(propagated-inputs (list r-qpdf r-rcpp))
|
||||||
(propagated-inputs
|
|
||||||
(list r-qpdf r-rcpp))
|
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(home-page
|
(home-page "https://docs.ropensci.org/pdftools/")
|
||||||
"https://docs.ropensci.org/pdftools/")
|
(synopsis "Text Extraction, Rendering and Converting of PDF Documents")
|
||||||
(synopsis
|
|
||||||
"Text Extraction, Rendering and Converting of PDF Documents")
|
|
||||||
(description
|
(description
|
||||||
"Utilities based on @code{libpoppler} for extracting text, fonts,
|
"This package provides utilities based on @code{libpoppler} for
|
||||||
attachments and metadata from a PDF file. Also supports high quality rendering
|
extracting text, fonts, attachments and metadata from a PDF file. It also
|
||||||
of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for
|
supports high quality rendering of PDF documents into PNG, JPEG, TIFF format,
|
||||||
further processing in R.")
|
or into raw bitmap vectors for further processing in R.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-antiword
|
(define-public r-antiword
|
||||||
|
|
Reference in a new issue