Skip to content

data_rename() doesn't accept empty replacement anymore #2131

data_rename() doesn't accept empty replacement anymore

data_rename() doesn't accept empty replacement anymore #2131

Triggered via pull request September 9, 2024 22:16
Status Success
Total duration 2m 46s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/adjust.R#L33
file=R/adjust.R,line=33,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
lint / lint: R/data_read.R#L164
file=R/data_read.R,line=164,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 152 characters.
lint / lint: R/data_rename.R#L54
file=R/data_rename.R,line=54,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
lint / lint: R/format.R#L18
file=R/format.R,line=18,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint / lint: R/ranktransform.R#L58
file=R/ranktransform.R,line=58,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
lint / lint: R/ranktransform.R#L74
file=R/ranktransform.R,line=74,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
lint / lint: R/reshape_ci.R#L48
file=R/reshape_ci.R,line=48,col=18,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
lint / lint: R/smoothness.R#L42
file=R/smoothness.R,line=42,col=5,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
lint / lint: R/smoothness.R#L44
file=R/smoothness.R,line=44,col=5,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
lint / lint: R/smoothness.R#L48
file=R/smoothness.R,line=48,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.