Skip to content

get_variance_distribution() returns NULL for brms negative binomial model #729

get_variance_distribution() returns NULL for brms negative binomial model

get_variance_distribution() returns NULL for brms negative binomial model #729

Triggered via pull request July 24, 2024 09:35
Status Failure
Total duration 2m 27s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 8 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/compute_variances.R#L1
file=R/compute_variances.R,line=1,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 54 to at most 40.
lint-changed-files / lint-changed-files: R/compute_variances.R#L508
file=R/compute_variances.R,line=508,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/compute_variances.R#L536
file=R/compute_variances.R,line=536,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/compute_variances.R#L577
file=R/compute_variances.R,line=577,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/compute_variances.R#L592
file=R/compute_variances.R,line=592,col=44,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint-changed-files / lint-changed-files: R/compute_variances.R#L773
file=R/compute_variances.R,line=773,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/compute_variances.R#L789
file=R/compute_variances.R,line=789,col=38,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint-changed-files / lint-changed-files: R/compute_variances.R#L1215
file=R/compute_variances.R,line=1215,col=7,[undesirable_function_linter] Avoid undesirable function "mapply".