Skip to content

Commit

Permalink
Small update to log_info that caused an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Oct 30, 2024
1 parent 115bae7 commit 8b21612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/VizPCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ VizPCA <- function(InputData,
#stop(" The maximum number of pathways in the Input_pathways must be less than ",length(safe_colorblind_palette),". Please summarize sub-pathways together where possible and repeat.")
}

logger::log_info("VizPCA: ", safe_colorblind_palette)
logger::log_info("VizPCA: ", safe_shape_palette)
logger::log_info(paste("VizPCA colour:", paste(safe_colorblind_palette, collapse = ", ")))
logger::log_info(paste("VizPCA shape:", paste(safe_shape_palette, collapse = ", ")))

##--- Prepare the color scheme:
if("color" %in% names(SettingsInfo)==TRUE & "shape" %in% names(SettingsInfo)==TRUE){
Expand Down

0 comments on commit 8b21612

Please sign in to comment.