lint #727
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
lint:
data-raw/Titanic_full.R#L7
file=data-raw/Titanic_full.R,line=7,col=23,[unnecessary_lambda_linter] Pass tidyr::uncount directly as a symbol to map_dfr() instead of wrapping it in an unnecessary anonymous function. For example, prefer purrr::map(DF, sum) to purrr::map(DF, ~sum(.x)).
|
lint:
R/ggcoefstats.R#L119
file=R/ggcoefstats.R,line=119,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 25, this has 31.
|
lint:
R/ggcoefstats.R#L171
file=R/ggcoefstats.R,line=171,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 135 characters.
|
lint:
R/ggcoefstats.R#L237
file=R/ggcoefstats.R,line=237,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
|
lint:
R/gghistostats_helpers.R#L32
file=R/gghistostats_helpers.R,line=32,col=75,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint:
R/ggpiestats_ggbarstats_helpers.R#L51
file=R/ggpiestats_ggbarstats_helpers.R,line=51,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 158 characters.
|
lint:
R/ggpiestats.R#L66
file=R/ggpiestats.R,line=66,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 25, this has 27.
|
lint:
R/ggpiestats.R#L103
file=R/ggpiestats.R,line=103,col=11,[if_not_else_linter] Prefer `ifelse(A, x, y)` to the less-readable `ifelse(!A, y, x)`.
|
lint:
tests/testthat/test-ggbarstats.R#L6
file=tests/testthat/test-ggbarstats.R,line=6,col=3,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint:
tests/testthat/test-ggbarstats.R#L12
file=tests/testthat/test-ggbarstats.R,line=12,col=3,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|