Skip to content

Commit

Permalink
Merge branch 'main' into 84_modify_adhy_for-templates@main
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 authored Jan 24, 2024
2 parents 5d99dc4 + d3e14bd commit 1715313
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 1,619 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9027
rev: v0.4.0
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
12 changes: 5 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: scda.test
Title: Template Tests
Version: 0.0.0.9055
Date: 2024-01-19
Version: 0.0.0.9057
Date: 2024-01-24
Authors@R: c(
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = "aut"),
Expand All @@ -25,20 +25,18 @@ Depends:
R (>= 4.2),
rlistings (>= 0.2.7),
rtables (>= 0.6.6),
tern (>= 0.9.3.9002)
tern (>= 0.9.3)
Imports:
pharmaverseadam (>= 0.2.0),
random.cdisc.data (>= 0.3.14.9002)
random.cdisc.data (>= 0.3.14.9006)
Suggests:
broom,
checkmate,
dplyr,
forcats,
ggplot2 (>= 3.4.0),
knitr,
lubridate,
stringr,
svglite (>= 2.1.2),
testthat (>= 3.0),
tibble,
tidyr
Expand All @@ -51,4 +49,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scda.test 0.0.0.9055
# scda.test 0.0.0.9057

### New Features
* Added table tests from `tern`.
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/listing_dsl02.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
Study Drug Study Drug Study Drug Relative to Reason for
Treatment Center/Patient ID Age/Sex/Race Administration Administration Administration Randomization Discontinuation
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
A: Drug X CHN-1/id-62 36/F/WHITE 2020-11-21 455 455 455 DEATH
B: Placebo CHN-9/id-11 28/F/NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER 2021-01-26 388 388 388 DEATH
A: Drug X CHN-1/id-62 36/F/WHITE 2020-11-22 455 454 455 DEATH
B: Placebo CHN-9/id-11 28/F/NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER 2021-01-27 388 387 388 DEATH
C: Combination USA-11/id-136 38/F/ASIAN 2019-10-02 865 864 868 DEATH
USA-11/id-100 40/F/ASIAN 2020-03-10 705 705 707 LACK OF EFFICACY
CHN-11/id-91 44/M/BLACK OR AFRICAN AMERICAN 2020-05-29 625 625 626 DEATH
Expand Down
152 changes: 0 additions & 152 deletions tests/testthat/_snaps/table_fstg01/v1.svg

This file was deleted.

152 changes: 0 additions & 152 deletions tests/testthat/_snaps/table_fstg01/v2.svg

This file was deleted.

106 changes: 0 additions & 106 deletions tests/testthat/_snaps/table_fstg01/v3.svg

This file was deleted.

Loading

0 comments on commit 1715313

Please sign in to comment.