From 7325a8d2b58e7fb0dc6097572b4e20bd469e8dc5 Mon Sep 17 00:00:00 2001 From: Mauricio 'Pacha' Vargas Sepulveda Date: Thu, 19 Sep 2024 15:23:21 -0400 Subject: [PATCH] update version + run gh-actions on PR --- .github/workflows/R-CMD-check.yaml | 6 +++++- DESCRIPTION | 2 +- NEWS.md | 8 ++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 1286394..b07a0bb 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -1,8 +1,12 @@ # For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag. # https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions on: - push: + push: + branches: + - main pull_request: + branches: + - main name: R-CMD-check diff --git a/DESCRIPTION b/DESCRIPTION index 432802b..1fac0bc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: Bindings for the 'Tabula' 'Java' journalism. It allows for automatic and manual table extraction, the latter facilitated through a 'Shiny' interface, enabling manual areas selection\ with a computer mouse for data retrieval. -Version: 1.0.5-3 +Version: 1.0.5-4 Authors@R: c( person("Thomas J.", "Leeper", role = "aut", diff --git a/NEWS.md b/NEWS.md index 1382b51..89e21d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# CHANGES TO tabulapdf 1.0.5-4 + +* Faster Shiny interface (parts of PR #56, @jkeuskamp) + +# CHANGES TO tabulapdf 1.0.5-3 + +* CRAN release after the previous package was archived. + # CHANGES TO tabulapdf 1.0.5-2 * Uses readr for a much faster parsing of extracted tables.