Skip to content

Commit

Permalink
[skip actions] Bump version to 0.2.8.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
insights-engineering-bot authored and github-actions[bot] committed Apr 15, 2024
1 parent b9e3eac commit 86f2105
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.1
rev: v0.4.2
hooks:
# - id: style-files
# args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: no-debug-statement
- id: deps-in-desc
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=200']
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rlistings
Title: Clinical Trial Style Data Readout Listings
Version: 0.2.8
Date: 2024-04-04
Version: 0.2.8.9000
Date: 2024-04-15
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
comment = "original creator of the package"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## rlistings 0.2.8.9000

## rlistings 0.2.8
* Added relevant tests for pagination when key columns need to be repeated in each page and when they are all empty.
* Added relevant tests for new line characters' handling in footnotes and titles.
Expand Down

0 comments on commit 86f2105

Please sign in to comment.