fix: Correct likelihood calculation in initials_adjpin_cl() algorithm #122
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#L952
file=/github/workspace/R/model_adjpin.R,line=952,col=3,[object_name_linter] Variable and function name style should be snake_case or symbols.
|
run-lint:
R/model_adjpin.R#L953
file=/github/workspace/R/model_adjpin.R,line=953,col=3,[object_name_linter] Variable and function name style should be snake_case or symbols.
|