Skip to content

Fix geometric_mean positive method #68

Fix geometric_mean positive method

Fix geometric_mean positive method #68

Triggered via pull request November 12, 2024 10:21
Status Failure
Total duration 1m 35s
Artifacts

lint-changed-files.yml

on: pull_request
lint-changed-files
1m 23s
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
The following actions use a deprecated Node.js version 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/
lint-changed-files: R/utils.R#L200
file=R/utils.R,line=200,col=9,[boolean_arithmetic_linter] Use any() to express logical aggregations. For example, replace length(which(x == y)) == 0 with !any(x == y).