Skip to content

Experiment with repo roxy tests #871

Experiment with repo roxy tests

Experiment with repo roxy tests #871

Triggered via pull request April 6, 2024 07:38
Status Success
Total duration 2m 17s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 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/ggbetweenstats.R#L265
file=R/ggbetweenstats.R,line=265,col=5,[missing_argument_linter] Missing argument 10 in function call.
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.
lint: R/ggwithinstats.R#L205
file=R/ggwithinstats.R,line=205,col=5,[missing_argument_linter] Missing argument 9 in function call.