Skip to content

feat: Update initials_adjpin() algorithm to align with Ersan and Ghac… #121

feat: Update initials_adjpin() algorithm to align with Ersan and Ghac…

feat: Update initials_adjpin() algorithm to align with Ersan and Ghac… #121

Triggered via push July 28, 2024 10:54
Status Success
Total duration 1m 44s
Artifacts

super-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
run-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-lint: R/model_adjpin.R#L321
file=/github/workspace/R/model_adjpin.R,line=321,col=47,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
run-lint: R/model_adjpin.R#L397
file=/github/workspace/R/model_adjpin.R,line=397,col=22,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
run-lint: R/model_adjpin.R#L497
file=/github/workspace/R/model_adjpin.R,line=497,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 19.
run-lint: R/model_adjpin.R#L555
file=/github/workspace/R/model_adjpin.R,line=555,col=33,[brace_linter] Any function spanning multiple lines should use curly braces.
run-lint: R/model_adjpin.R#L592
file=/github/workspace/R/model_adjpin.R,line=592,col=72,[T_and_F_symbol_linter] Use TRUE instead of the symbol T.
run-lint: R/model_adjpin.R#L593
file=/github/workspace/R/model_adjpin.R,line=593,col=72,[T_and_F_symbol_linter] Use TRUE instead of the symbol T.
run-lint: R/model_adjpin.R#L701
file=/github/workspace/R/model_adjpin.R,line=701,col=45,[infix_spaces_linter] Put spaces around all infix operators.
run-lint: R/model_adjpin.R#L787
file=/github/workspace/R/model_adjpin.R,line=787,col=81,[line_length_linter] Lines should not be more than 80 characters.
run-lint: R/model_adjpin.R#L1280
file=/github/workspace/R/model_adjpin.R,line=1280,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 26.
run-lint: R/model_adjpin.R#L1375
file=/github/workspace/R/model_adjpin.R,line=1375,col=51,[commas_linter] Commas should always have a space after.