From a2f3166532d522b7151ce5510bbdb84e8bf6bfa8 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Thu, 19 Sep 2024 17:52:13 +0200 Subject: [PATCH] bump --- DESCRIPTION | 2 +- NEWS | 4 ++++ tests/poppler.R | 1 - tests/poppler.Rout.save | 19 ------------------- 4 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 tests/poppler.R delete mode 100644 tests/poppler.Rout.save diff --git a/DESCRIPTION b/DESCRIPTION index 9db9229..1336e6b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pdftools Type: Package Title: Text Extraction, Rendering and Converting of PDF Documents -Version: 3.4.0 +Version: 3.4.1 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")) Description: Utilities based on 'libpoppler' for extracting text, fonts, attachments and diff --git a/NEWS b/NEWS index 953cc95..750d483 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.4.1 + - Remove some test verbosity as per CRAN requeset + - Update maintainer email address + 3.4.0 - Windows: update to poppler 23.08.0 + deps diff --git a/tests/poppler.R b/tests/poppler.R deleted file mode 100644 index 8c7f0b5..0000000 --- a/tests/poppler.R +++ /dev/null @@ -1 +0,0 @@ -library(pdftools) diff --git a/tests/poppler.Rout.save b/tests/poppler.Rout.save deleted file mode 100644 index dbc6715..0000000 --- a/tests/poppler.Rout.save +++ /dev/null @@ -1,19 +0,0 @@ - -R version 3.5.3 (2019-03-11) -- "Great Truth" -Copyright (C) 2019 The R Foundation for Statistical Computing -Platform: x86_64-apple-darwin15.6.0 (64-bit) - -R is free software and comes with ABSOLUTELY NO WARRANTY. -You are welcome to redistribute it under certain conditions. -Type 'license()' or 'licence()' for distribution details. - -R is a collaborative project with many contributors. -Type 'contributors()' for more information and -'citation()' on how to cite R or R packages in publications. - -Type 'demo()' for some demos, 'help()' for on-line help, or -'help.start()' for an HTML browser interface to help. -Type 'q()' to quit R. - -> library(pdftools) ->