Fix geometric_mean positive method #68
lint-changed-files.yml
on: pull_request
lint-changed-files
1m 23s
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).
|