docs: Update news.md to include changes up to 28.07.2024 #126
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_factorizations.R#L358
file=/github/workspace/R/model_factorizations.R,line=358,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 66.
|
run-lint:
R/model_factorizations.R#L842
file=/github/workspace/R/model_factorizations.R,line=842,col=81,[line_length_linter] Lines should not be more than 80 characters.
|
run-lint:
R/model_factorizations.R#L851
file=/github/workspace/R/model_factorizations.R,line=851,col=81,[line_length_linter] Lines should not be more than 80 characters.
|
run-lint:
R/model_mpin.ecm.R#L511
file=/github/workspace/R/model_mpin.ecm.R,line=511,col=19,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
run-lint:
R/model_mpin.ecm.R#L658
file=/github/workspace/R/model_mpin.ecm.R,line=658,col=23,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
run-lint:
R/model_mpin.ecm.R#L675
file=/github/workspace/R/model_mpin.ecm.R,line=675,col=29,[vector_logic_linter] Conditional expressions require scalar logical operators (&& and ||)
|
run-lint:
R/model_mpin.ecm.R#L858
file=/github/workspace/R/model_mpin.ecm.R,line=858,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 36.
|
run-lint:
R/model_mpin.ecm.R#L921
file=/github/workspace/R/model_mpin.ecm.R,line=921,col=5,[object_name_linter] Variable and function name style should be snake_case or symbols.
|
run-lint:
R/model_mpin.ecm.R#L934
file=/github/workspace/R/model_mpin.ecm.R,line=934,col=62,[T_and_F_symbol_linter] Use TRUE instead of the symbol T.
|
run-lint:
R/model_mpin.ecm.R#L942
file=/github/workspace/R/model_mpin.ecm.R,line=942,col=31,[commas_linter] Commas should always have a space after.
|