Skip to content

posterior predictive check for binomial glm with matrix response #330

posterior predictive check for binomial glm with matrix response

posterior predictive check for binomial glm with matrix response #330

Triggered via pull request October 29, 2023 08:40
Status Failure
Total duration 6m 57s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
3m 15s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
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.
lint-changed-files / lint-changed-files: R/check_predictions.R#L426
file=R/check_predictions.R,line=426,col=30,[unnecessary_lambda_linter] Pass exp 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)).