Skip to content

Commit

Permalink
#247 fix failing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Nov 14, 2024
1 parent 2485880 commit 8bc177c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/templates/ad_adbcva.R
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ adbcva_crtflag <- call_derivation(
),
values_yn = TRUE
) %>%
bind_rows(adbcva_adsl %>% filter(!PARAMCD %in% c("SBCVA", "FBCVA"))) %>%
bind_rows(adbcva_adsl %>% filter(!PARAMCD %in% c("SBCVA", "FBCVA"))) %>% #nolint
arrange(USUBJID, DOMAIN, PARAMCD) %>%
# Add AVALCATx variables
mutate(AVALCA1N = format_avalcat1n(param = PARAMCD, aval = AVAL)) %>%
# Add AVALCATx variables
mutate(AVALCA1N = format_avalcat1n(param = PARAMCD, aval = AVAL)) %>%
derive_vars_merged(
avalcat_lookup,
by = exprs(PARAMCD, AVALCA1N)
Expand Down

0 comments on commit 8bc177c

Please sign in to comment.