Skip to content

lint

lint #900

Triggered via schedule May 12, 2024 00:25
Status Success
Total duration 3m 39s
Artifacts

lint.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
lint: data-raw/movies-wide-long.R#L7
file=data-raw/movies-wide-long.R,line=7,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: R/ggcoefstats.R#L119
file=R/ggcoefstats.R,line=119,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 31 to at most 25.
lint: R/ggcoefstats.R#L176
file=R/ggcoefstats.R,line=176,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 135 characters.
lint: R/ggcoefstats.R#L242
file=R/ggcoefstats.R,line=242,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
lint: R/ggpiestats-ggbarstats-helpers.R#L42
file=R/ggpiestats-ggbarstats-helpers.R,line=42,col=9,[nested_pipe_linter] Don't nest pipes inside other calls.
lint: R/ggpiestats-ggbarstats-helpers.R#L45
file=R/ggpiestats-ggbarstats-helpers.R,line=45,col=9,[nested_pipe_linter] Don't nest pipes inside other calls.
lint: R/ggpiestats-ggbarstats-helpers.R#L52
file=R/ggpiestats-ggbarstats-helpers.R,line=52,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 168 characters.