Skip to content

Commit

Permalink
[skip actions] Bump version to 0.0.1.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored and github-actions[bot] committed Oct 17, 2024
1 parent 88500ef commit 059c6b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# All available hooks: https://pre-commit.com/hooks.html
# R specific hooks: https://github.com/lorenzwalthert/precommit
default_stages: [commit]
default_stages: [pre-commit]
default_language_version:
python: python3
repos:
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
- id: no-debug-statement
- id: deps-in-desc
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=200']
Expand Down
17 changes: 8 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rtables.officer
Title: Reporting Tables
Version: 0.0.1
Date: 2024-09-20
Version: 0.0.1.9000
Date: 2024-10-17
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = "ctb"),
person("Adrian", "Waddell", , "[email protected]", role = "ctb"),
Expand All @@ -18,10 +18,10 @@ URL: https://github.com/insightsengineering/rtables.officer,
BugReports: https://github.com/insightsengineering/rtables.officer/issues
Depends:
formatters (>= 0.5.9),
rtables (>= 0.6.9),
magrittr (>= 1.5),
methods,
R (>= 2.10)
R (>= 2.10),
rtables (>= 0.6.9)
Imports:
checkmate (>= 2.1.0),
htmltools (>= 0.5.4),
Expand All @@ -46,10 +46,10 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/formatters, insightsengineering/rtables,
tidyverse/magrittr, mllg/checkmate, rstudio/htmltools,
gagolews/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
davidgohel/flextable, yihui/knitr, r-lib/lifecycle,
Config/Needs/verdepcheck: insightsengineering/formatters,
insightsengineering/rtables, 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, therneau/survival,
r-lib/testthat, tidyverse/tibble, tidyverse/tidyr, r-lib/withr,
r-lib/xml2
Expand All @@ -61,4 +61,3 @@ RoxygenNote: 7.3.2
Collate:
'package.R'
'tt_export.R'

0 comments on commit 059c6b2

Please sign in to comment.