Skip to content

Commit

Permalink
Merge branch 'main' into mods_to_flextable@main
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades authored Sep 13, 2023
2 parents 5710b82 + 7d6d085 commit 1eb35ca
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-strategy: ["min", "release", "max"]
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
- id: end-of-file-fixer
exclude: '\.Rd'
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.5.1
rev: v1.6.1
hooks:
# Only reuiqred when https://pre-commit.ci is used for config validation
- id: check-pre-commit-ci-config
Expand Down
42 changes: 23 additions & 19 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rtables
Title: Reporting Tables
Version: 0.6.3.9000
Date: 2023-08-30
Version: 0.6.3.9001
Date: 2023-09-13
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = "aut",
comment = "Original creator of the package"),
Expand All @@ -28,31 +28,35 @@ License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/rtables,
https://insightsengineering.github.io/rtables/
BugReports: https://github.com/insightsengineering/rtables/issues
Depends:
Depends:
formatters (>= 0.5.2),
magrittr,
magrittr (>= 1.5),
methods,
R (>= 2.10)
Imports:
grid,
htmltools,
htmltools (>= 0.5.4),
stats
Suggests:
broom,
car,
dplyr,
flextable,
knitr,
officer,
r2rtf,
rmarkdown,
survival,
testthat,
tibble,
tidyr,
xml2
VignetteBuilder:
broom (>= 0.7.10),
car (>= 3.0-13),
dplyr (>= 1.0.5),
flextable (>= 0.8.4),
knitr (>= 1.42),
officer (>= 0.5.0),
r2rtf (>= 0.3.2),
survival (>= 3.3-1),
testthat (>= 3.0.4),
tibble (>= 3.2.1),
tidyr (>= 1.1.3),
xml2 (>= 1.1.0)
VignetteBuilder:
knitr
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, rstudio/htmltools, tidymodels/broom, cran/car,
tidyverse/dplyr, davidgohel/flextable, yihui/knitr,
davidgohel/officer, Merck/r2rtf, r-lib/testthat, tidyverse/tibble,
tidyverse/tidyr, r-lib/xml2
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## rtables 0.6.3.9000
## rtables 0.6.3.9001
### Miscellaneous
* Specified minimal version of package dependencies.

## rtables 0.6.3
### New Features
Expand Down

0 comments on commit 1eb35ca

Please sign in to comment.