CRAN RC 0.12.2 #149
lint-changed-files.yaml
on: pull_request
lint-changed-files
3m 2s
Annotations
8 warnings
lint-changed-files:
data-raw/movies_wide_long.R#L7
file=data-raw/movies_wide_long.R,line=7,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-changed-files:
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-changed-files:
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-changed-files:
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-changed-files:
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-changed-files:
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-changed-files:
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-changed-files:
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 {}.
|