Skip to content

RC: CRAN 0.12.1

RC: CRAN 0.12.1 #741

Triggered via pull request September 20, 2023 21:09
Status Success
Total duration 3m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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/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.