Skip to content

Commit

Permalink
[skip actions] Bump version to 0.6.7.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored and github-actions[bot] committed Apr 29, 2024
1 parent b917c9a commit bdb75ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.0
rev: v0.4.2
hooks:
- id: roxygenize
additional_dependencies:
Expand Down Expand Up @@ -59,7 +59,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
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rtables
Title: Reporting Tables
Version: 0.6.7
Date: 2024-04-15
Version: 0.6.7.9000
Date: 2024-04-29
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = "aut",
comment = "Original creator of the package"),
Expand Down Expand Up @@ -59,9 +59,9 @@ VignetteBuilder:
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, mllg/checkmate, rstudio/htmltools,
gagolews/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
davidgohel/flextable, yihui/knitr, r-lib/lifecycle, davidgohel/officer,
Merck/r2rtf, rstudio/rmarkdown, r-lib/testthat, tidyverse/tibble,
tidyverse/tidyr, r-lib/withr, r-lib/xml2
davidgohel/flextable, yihui/knitr, r-lib/lifecycle,
davidgohel/officer, Merck/r2rtf, rstudio/rmarkdown, r-lib/testthat,
tidyverse/tibble, tidyverse/tidyr, r-lib/withr, r-lib/xml2
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## rtables 0.6.7
## rtables 0.6.7.9000
### New Features
* Added `top_level_section_div` for `basic_table` to set section dividers for top level rows.
* Added `keep_label_rows` to `as_result_df` to have these lines visible.
Expand Down

0 comments on commit bdb75ac

Please sign in to comment.