Skip to content

Commit c1a5c39

Browse files
committed
Package conflicts warned in processing script with verbose flag
1 parent 1aba9d4 commit c1a5c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processing/process.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ if(args$verbose){
4343
# Data processing #
4444
###################
4545

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

4949
library(readr)
5050
library(tidyr)

0 commit comments

Comments
 (0)