Skip to content

Commit

Permalink
Package conflicts warned in processing script with verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Apr 22, 2024
1 parent 1aba9d4 commit c1a5c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processing/process.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if(args$verbose){
# Data processing #
###################

# Disable package masking warnings for production
options(conflicts.policy = list("warn" = F))
# Warn of package conflicts only in verbose mode
options(conflicts.policy = list("warn" = args$verbose))

library(readr)
library(tidyr)
Expand Down

0 comments on commit c1a5c39

Please sign in to comment.