Skip to content

Commit

Permalink
[skip actions] Bump version to 0.3.0.9006
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo authored and github-actions[bot] committed Apr 25, 2024
1 parent 1cd00ed commit e3516e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 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: style-files
name: Style code with `styler`
Expand Down Expand Up @@ -86,7 +86,7 @@ repos:
design/.*
)$
- 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
17 changes: 9 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tern.mmrm
Title: Tables and Graphs for Mixed Models for Repeated Measures (MMRM)
Version: 0.3.0.9005
Date: 2024-02-27
Version: 0.3.0.9006
Date: 2024-04-25
Authors@R: c(
person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")),
person("Godwin", "Yung", , "yungg@gene.com", role = "aut"),
Expand Down Expand Up @@ -57,13 +57,14 @@ Suggests:
withr (>= 2.0.0)
VignetteBuilder:
knitr
Config/Needs/verdepcheck:
insightsengineering/tern, mllg/checkmate, wilkelab/cowplot,
tidyverse/dplyr, rvlenth/emmeans, insightsengineering/formatters, r-lib/generics,
tidyverse/ggplot2, r-lib/lifecycle, tidyverse/magrittr, openpharma/mmrm,
Config/Needs/verdepcheck: insightsengineering/tern, mllg/checkmate,
wilkelab/cowplot, tidyverse/dplyr, rvlenth/emmeans,
insightsengineering/formatters, r-lib/generics, tidyverse/ggplot2,
r-lib/lifecycle, tidyverse/magrittr, openpharma/mmrm,
HenrikBengtsson/parallelly, r-lib/rlang, insightsengineering/rtables,
tidyverse/tidyr, tidymodels/broom, yihui/knitr, gdemin/maditr, cran/Matrix,
rstudio/rmarkdown, r-lib/testthat, r-lib/vdiffr, r-lib/withr
tidyverse/tidyr, tidymodels/broom, yihui/knitr, gdemin/maditr,
cran/Matrix, rstudio/rmarkdown, r-lib/testthat, r-lib/vdiffr,
r-lib/withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tern.mmrm 0.3.0.9005
# tern.mmrm 0.3.0.9006

# tern.mmrm 0.3.0.9001

Expand Down

0 comments on commit e3516e2

Please sign in to comment.