Skip to content

CRAN RC 0.12.2

CRAN RC 0.12.2 #139

Triggered via pull request December 4, 2023 18:01
Status Success
Total duration 2m 53s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
2m 39s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-changed-files: data-raw/movies_wide_long.R#L7
file=data-raw/movies_wide_long.R,line=7,col=17,[nzchar_linter] Instead of comparing strings to "", use nzchar(). 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/ggbetweenstats.R#L235
file=R/ggbetweenstats.R,line=235,col=3,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files: R/ggbetweenstats.R#L243
file=R/ggbetweenstats.R,line=243,col=5,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files: R/ggbetweenstats.R#L274
file=R/ggbetweenstats.R,line=274,col=5,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files: 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-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/ggcoefstats.R#L264
file=R/ggcoefstats.R,line=264,col=3,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files: R/ggcoefstats.R#L269
file=R/ggcoefstats.R,line=269,col=5,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files: R/ggcoefstats.R#L279
file=R/ggcoefstats.R,line=279,col=14,[object_overwrite_linter] 'plot' is an exported object from package 'base'. Avoid re-using such symbols.