[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/112: gnu: r-pdftools: Update to 3.1.0.
From: |
guix-commits |
Subject: |
81/112: gnu: r-pdftools: Update to 3.1.0. |
Date: |
Tue, 15 Mar 2022 15:22:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 070504923bf07ae02bac9dcaaede4b8e669ef2fd
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
- 04/112: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., (continued)
- 04/112: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., guix-commits, 2022/03/15
- 20/112: gnu: r-generics: Update to 0.1.2., guix-commits, 2022/03/15
- 30/112: gnu: r-fst: Update to 0.9.8., guix-commits, 2022/03/15
- 31/112: gnu: r-rdpack: Update to 2.1.4., guix-commits, 2022/03/15
- 39/112: gnu: r-admisc: Update to 0.24., guix-commits, 2022/03/15
- 58/112: gnu: r-terra: Update to 1.5-21., guix-commits, 2022/03/15
- 59/112: gnu: r-showtext: Update to 0.9-5., guix-commits, 2022/03/15
- 62/112: gnu: r-rsvg: Update to 2.2.0., guix-commits, 2022/03/15
- 67/112: gnu: r-semplot: Update to 1.1.4., guix-commits, 2022/03/15
- 75/112: gnu: r-dials: Update to 0.1.0., guix-commits, 2022/03/15
- 81/112: gnu: r-pdftools: Update to 3.1.0.,
guix-commits <=
- 03/112: gnu: r-leaflet: Update to 2.1.0., guix-commits, 2022/03/15
- 88/112: gnu: r-mgcv: Update to 1.8-39., guix-commits, 2022/03/15
- 89/112: gnu: r-ggdendro: Update to 0.1.23., guix-commits, 2022/03/15
- 94/112: gnu: r-crayon: Update to 1.5.0., guix-commits, 2022/03/15
- 91/112: gnu: r-svglite: Update to 2.1.0., guix-commits, 2022/03/15
- 96/112: gnu: r-dplyr: Update to 1.0.8., guix-commits, 2022/03/15
- 95/112: gnu: r-rlang: Update to 1.0.1., guix-commits, 2022/03/15
- 102/112: gnu: r-doparallel: Update to 1.0.17., guix-commits, 2022/03/15
- 103/112: gnu: r-domc: Update to 1.3.8., guix-commits, 2022/03/15
- 108/112: gnu: r-robust: Update to 0.7-0., guix-commits, 2022/03/15