Skip to content

docs, wording

docs, wording #1273

Triggered via push September 13, 2024 17:22
Status Success
Total duration 3m 12s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/check_collinearity.R#L407
file=R/check_collinearity.R,line=407,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 44 to at most 40.
lint / lint: R/check_convergence.R#L35
file=R/check_convergence.R,line=35,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 189 characters.
lint / lint: R/check_dag.R#L113
file=R/check_dag.R,line=113,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 154 characters.
lint / lint: R/check_dag.R#L258
file=R/check_dag.R,line=258,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
lint / lint: R/check_dag.R#L259
file=R/check_dag.R,line=259,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.
lint / lint: R/check_dag.R#L264
file=R/check_dag.R,line=264,col=58,[unnecessary_lambda_linter] Pass setdiff directly as a symbol to lapply() instead of wrapping it in an unnecessary anonymous function. For example, prefer lapply(DF, sum) to lapply(DF, function(x) sum(x)).
lint / lint: R/check_dag.R#L276
file=R/check_dag.R,line=276,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 143 characters.
lint / lint: R/check_heteroscedasticity.R#L56
file=R/check_heteroscedasticity.R,line=56,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 151 characters.
lint / lint: R/check_htest.R#L17
file=R/check_htest.R,line=17,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.
lint / lint: R/check_htest.R#L40
file=R/check_htest.R,line=40,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.