Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent f7890cc commit e0c0fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/g_correlationplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ g_correlationplot <- function(label = "Correlation Plot",

xaxis_param_loqs_data <- data %>%
mutate(
PARAM = !!sym(t_param_var_x),
PARAM = !!sym(t_param_var_x),
LBSTRESC = !!sym(t_lbstresc_var_x),
sym(loq_flag_var) == !!sym(loq_flag_var)
) %>%
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ h_identify_loq_values <- function(loqs_data, flag_var) {
#' caption_label <- goshawk:::h_caption_loqs_label(loqs_data = goshawk::rADLB, flag_var = "LOQFL")
h_caption_loqs_label <- function(loqs_data, flag_var) {
loq_values <- h_identify_loq_values(loqs_data, flag_var)

lloqc <- ifelse(is.na(loq_values$LLOQC), "NA", as.character(loq_values$LLOQC))
uloqc <- ifelse(is.na(loq_values$ULOQC), "NA", as.character(loq_values$ULOQC))

Expand Down

0 comments on commit e0c0fbb

Please sign in to comment.