Skip to content

Commit

Permalink
update version + run gh-actions on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Sep 19, 2024
1 parent 9b1d8fd commit 7325a8d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Bindings for the 'Tabula' <https://tabula.technology/> '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",
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7325a8d

Please sign in to comment.