Skip to content

Speed up contact_matrix() slightly #92

Speed up contact_matrix() slightly

Speed up contact_matrix() slightly #92

Triggered via pull request April 17, 2024 16:36
Status Failure
Total duration 12m 26s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
12m 18s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-changed-files: R/contact_matrix.r#L138
file=R/contact_matrix.r,line=138,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`.