Skip to content

lint

lint #843

Triggered via schedule February 25, 2024 00:23
Status Success
Total duration 3m 55s
Artifacts

lint.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 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 158 characters.
lint: tests/testthat/test-ggbarstats.R#L207
file=tests/testthat/test-ggbarstats.R,line=207,col=3,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
lint: tests/testthat/test-ggcorrmat.R#L91
file=tests/testthat/test-ggcorrmat.R,line=91,col=3,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
lint: tests/testthat/test-gghistostats.R#L95
file=tests/testthat/test-gghistostats.R,line=95,col=3,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.