Skip to content

add plot_pred compatibility with mids object and add test #78

add plot_pred compatibility with mids object and add test

add plot_pred compatibility with mids object and add test #78

Triggered via pull request December 14, 2023 13:19
Status Success
Total duration 1m 37s
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/plot_pred.R#L3
file=R/plot_pred.R,line=3,col=151,[line_length_linter] Lines should not be more than 150 characters. This line is 159 characters.
lint: R/utils.R#L38
file=R/utils.R,line=38,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 30, this has 40.
lint: R/utils.R#L55
file=R/utils.R,line=55,col=10,[indentation_linter] Indentation should be 12 spaces but is 10 spaces.
lint: R/utils.R#L76
file=R/utils.R,line=76,col=19,[brace_linter] There should be a space before an opening curly brace.
lint: R/utils.R#L76
file=R/utils.R,line=76,col=19,[paren_body_linter] There should be a space between a right parenthesis and a body expression.