Skip to content

Commit

Permalink
Merge branch 'main' into 2546_update_ABLFL_example_derive_var_base
Browse files Browse the repository at this point in the history
  • Loading branch information
sadchla-codes authored Nov 21, 2024
2 parents 9206460 + 9f1364d commit dcc82f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: admiral
Title: ADaM in R Asset Library
Version: 1.1.1.9028
Version: 1.1.1.9029
Authors@R: c(
person("Ben", "Straub", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Bundfuss", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/ad_adeg.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ adeg <- adeg %>%
adeg <- adeg %>%
derive_summary_records(
dataset_add = adeg,
by_vars = exprs(STUDYID, USUBJID, !!!adsl_vars, PARAMCD, AVISITN, AVISIT, ADT),
by_vars = exprs(STUDYID, USUBJID, !!!adsl_vars, PARAMCD, AVISITN, AVISIT, ADT, ADY),
filter_add = dplyr::n() >= 2 & PARAMCD != "EGINTP",
set_values_to = exprs(
AVAL = mean(AVAL, na.rm = TRUE),
Expand Down

0 comments on commit dcc82f4

Please sign in to comment.