Skip to content

Improve verify_data function #80

Improve verify_data function

Improve verify_data function #80

Triggered via pull request December 18, 2023 15:09
Status Success
Total duration 3m 4s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: R/ggmice.R#L128
file=R/ggmice.R,line=128,col=6,[indentation_linter] Indentation should be 8 spaces but is 6 spaces.
lint: R/ggmice.R#L182
file=R/ggmice.R,line=182,col=7,[indentation_linter] Indentation should be 9 spaces but is 7 spaces.
lint: R/ggmice.R#L186
file=R/ggmice.R,line=186,col=6,[indentation_linter] Indentation should be 8 spaces but is 6 spaces.
lint: R/ggmice.R#L189
file=R/ggmice.R,line=189,col=8,[indentation_linter] Indentation should be 10 spaces but is 8 spaces.
lint: R/plot_corr.R#L94
file=R/plot_corr.R,line=94,col=6,[indentation_linter] Indentation should be 10 spaces but is 6 spaces.
lint: R/utils.R#L44
file=R/utils.R,line=44,col=21,[infix_spaces_linter] Put spaces around all infix operators.
lint: R/utils.R#L44
file=R/utils.R,line=44,col=24,[T_and_F_symbol_linter] Use TRUE instead of the symbol T.
lint: R/utils.R#L44
file=R/utils.R,line=44,col=25,[commas_linter] Commas should always have a space after.
lint: R/utils.R#L45
file=R/utils.R,line=45,col=3,[object_usage_linter] local variable 'types_format' assigned but may not be used
lint: R/utils.R#L46
file=R/utils.R,line=46,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.