Bump actions/setup-python from 4 to 5 #811
Annotations
10 warnings
lint:
data-raw/movies_wide_long.R#L6
file=data-raw/movies_wide_long.R,line=6,col=17,[nzchar_linter] Use nzchar() instead of comparing strings to "". Note that if x is a factor, you'll have use as.character() to replicate an implicit conversion that happens in x == "". Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
|
lint:
data-raw/movies_wide_long.R#L11
file=data-raw/movies_wide_long.R,line=11,col=3,[consecutive_mutate_linter] Unify consecutive calls to mutate().
|
lint:
data-raw/movies_wide_long.R#L12
file=data-raw/movies_wide_long.R,line=12,col=3,[consecutive_mutate_linter] Unify consecutive calls to mutate().
|
lint:
data-raw/Titanic_full.R#L9
file=data-raw/Titanic_full.R,line=9,col=3,[consecutive_mutate_linter] Unify consecutive calls to mutate().
|
lint:
R/ggbarstats.R#L89
file=R/ggbarstats.R,line=89,col=15,[one_call_pipe_linter] Avoid pipe %>% for expressions with only a single call.
|
lint:
R/ggbarstats.R#L127
file=R/ggbarstats.R,line=127,col=52,[one_call_pipe_linter] Avoid pipe %>% for expressions with only a single call.
|
lint:
R/ggbetweenstats.R#L204
file=R/ggbetweenstats.R,line=204,col=26,[one_call_pipe_linter] Avoid pipe %>% for expressions with only a single call.
|
lint:
R/ggbetweenstats.R#L233
file=R/ggbetweenstats.R,line=233,col=3,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint:
R/ggbetweenstats.R#L241
file=R/ggbetweenstats.R,line=241,col=5,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint:
R/ggbetweenstats.R#L272
file=R/ggbetweenstats.R,line=272,col=5,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
|