Skip to content

Commit

Permalink
Merge branch 'main' into 826-add-dataset-slot-in-chevron_tlg@main
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Mar 11, 2025
2 parents 1895090 + b8bfb33 commit 9d3fbe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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.3.9003
rev: v0.4.3.9005
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: chevron
Title: Standard TLGs for Clinical Trials Reporting
Version: 0.2.10.9003
Date: 2025-02-27
Version: 0.2.10.9004
Date: 2025-03-11
Authors@R: c(
person("Liming", "Li", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0008-6870-0878", "Original creator of the package")),
Expand Down Expand Up @@ -62,6 +62,8 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/tern@main
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/dplyr,
insightsengineering/dunlin, tidyverse/forcats,
insightsengineering/formatters, tidyverse/ggplot2, tidyverse/glue,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chevron 0.2.10.9003
# chevron 0.2.10.9004

* New `dataset` slot in `chevron_tlg` class to store the name of the data set used in the template.

Expand Down

0 comments on commit 9d3fbe2

Please sign in to comment.