[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/111: gnu: r-pdftools: Update to 3.1.0.
From: |
guix-commits |
Subject: |
81/111: gnu: r-pdftools: Update to 3.1.0. |
Date: |
Mon, 14 Mar 2022 02:25:27 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit a054b745e97ae15b323135e1a8435499cf5b0932
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:36 2022 +0100
gnu: r-pdftools: Update to 3.1.0.
* gnu/packages/cran.scm (r-pdftools): Update to 3.1.0.
[description]: Use complete sentences.
---
gnu/packages/cran.scm | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d09bbf4fa8..1453b968b6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30323,30 +30323,26 @@ data you need the @code{pdftools} package.")
(define-public r-pdftools
(package
(name "r-pdftools")
- (version "3.0.1")
+ (version "3.1.0")
(source
- (origin
- (method url-fetch)
- (uri (cran-uri "pdftools" version))
- (sha256
- (base32
- "1dcbs5n5y8zi7bbyx491m9ik8kkmjr301x8ms85fmwdfb5a97m8k"))))
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "pdftools" version))
+ (sha256
+ (base32
+ "062nwivd03151wbs2cj51cw7gjmdyx4ccwa3b2x90kg8xpck4iai"))))
(properties `((upstream-name . "pdftools")))
(build-system r-build-system)
- (inputs
- (list zlib poppler))
- (propagated-inputs
- (list r-qpdf r-rcpp))
+ (inputs (list zlib poppler))
+ (propagated-inputs (list r-qpdf r-rcpp))
(native-inputs (list pkg-config))
- (home-page
- "https://docs.ropensci.org/pdftools/")
- (synopsis
- "Text Extraction, Rendering and Converting of PDF Documents")
+ (home-page "https://docs.ropensci.org/pdftools/")
+ (synopsis "Text Extraction, Rendering and Converting of PDF Documents")
(description
- "Utilities based on @code{libpoppler} for extracting text, fonts,
-attachments and metadata from a PDF file. Also supports high quality rendering
-of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for
-further processing in R.")
+ "This package provides utilities based on @code{libpoppler} for
+extracting text, fonts, attachments and metadata from a PDF file. It also
+supports high quality rendering of PDF documents into PNG, JPEG, TIFF format,
+or into raw bitmap vectors for further processing in R.")
(license license:expat)))
(define-public r-antiword
- 93/111: gnu: r-yaml: Update to 2.3.5., (continued)
- 93/111: gnu: r-yaml: Update to 2.3.5., guix-commits, 2022/03/14
- 55/111: gnu: r-dalex: Update to 2.4.0., guix-commits, 2022/03/14
- 76/111: gnu: r-seqminer: Update to 8.4., guix-commits, 2022/03/14
- 89/111: gnu: r-ggdendro: Update to 0.1.23., guix-commits, 2022/03/14
- 94/111: gnu: r-crayon: Update to 1.5.0., guix-commits, 2022/03/14
- 73/111: gnu: r-spatstat: Update to 2.3-3., guix-commits, 2022/03/14
- 110/111: gnu: r-quantreg: Update to 5.88., guix-commits, 2022/03/14
- 70/111: gnu: r-spatstat-geom: Update to 2.3-2., guix-commits, 2022/03/14
- 107/111: gnu: r-rrcov: Update to 1.6-2., guix-commits, 2022/03/14
- 108/111: gnu: r-robust: Update to 0.7-0., guix-commits, 2022/03/14
- 81/111: gnu: r-pdftools: Update to 3.1.0.,
guix-commits <=
- 83/111: gnu: r-qs: Update to 0.25.3., guix-commits, 2022/03/14
- 88/111: gnu: r-mgcv: Update to 1.8-39., guix-commits, 2022/03/14
- 86/111: gnu: r-paws-common: Update to 0.3.16., guix-commits, 2022/03/14
- 95/111: gnu: r-rlang: Update to 1.0.1., guix-commits, 2022/03/14
- 98/111: gnu: r-rsqlite: Update to 2.2.10., guix-commits, 2022/03/14