Skip to content

lint

lint #821

Triggered via schedule December 31, 2023 00:24
Status Success
Total duration 2m 50s
Artifacts

lint.yaml

on: schedule
Fit to window
Zoom out
Zoom in

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(x) instead of x != "". Note that unlike nzchar(), NE coerces to character, so you'll have to use as.character() if x is a factor. 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.