posterior predictive check for binomial glm with matrix response #332
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
4m 35s
Annotations
1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/check_model.R#L52
file=R/check_model.R,line=52,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
|
lint-changed-files / lint-changed-files:
R/check_model.R#L80
file=R/check_model.R,line=80,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L107
file=R/check_predictions.R,line=107,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L200
file=R/check_predictions.R,line=200,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L219
file=R/check_predictions.R,line=219,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L266
file=R/check_predictions.R,line=266,col=21,[undesirable_function_linter] Function "sapply" is undesirable.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L278
file=R/check_predictions.R,line=278,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L291
file=R/check_predictions.R,line=291,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L366
file=R/check_predictions.R,line=366,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 169 characters.
|
lint-changed-files / lint-changed-files:
R/check_predictions.R#L373
file=R/check_predictions.R,line=373,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 169 characters.
|