Skip to content

Suggestion of new function: describe_missing() #2224

Suggestion of new function: describe_missing()

Suggestion of new function: describe_missing() #2224

Triggered via pull request November 11, 2024 20:27
Status Success
Total duration 3m 17s
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_match.R#L109
file=R/data_match.R,line=109,col=24,[function_argument_linter] Arguments without defaults should come before arguments with defaults. Consider setting the default to NULL and using is.null() instead of using missing()
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/describe_missing.R#L73
file=R/describe_missing.R,line=73,col=21,[vector_logic_linter] Use `&&` in conditional expressions.
lint / lint: R/describe_missing.R#L87
file=R/describe_missing.R,line=87,col=22,[vector_logic_linter] Use `||` in conditional expressions.
lint / lint: R/describe_missing.R#L99
file=R/describe_missing.R,line=99,col=3,[object_overwrite_linter] 'var' is an exported object from package 'stats'. Avoid re-using such symbols.
lint / lint: R/describe_missing.R#L107
file=R/describe_missing.R,line=107,col=1,[trailing_whitespace_linter] Remove trailing whitespace.
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.