Skip to content

Sketch aggregate.multi_epidist() method #178

Sketch aggregate.multi_epidist() method

Sketch aggregate.multi_epidist() method #178

Triggered via pull request August 16, 2024 16:28
Status Cancelled
Total duration 1m 32s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
1m 19s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint-changed-files
Canceling since a higher priority waiting request for 'lint-changed-files-refs/pull/270/merge' exists
lint-changed-files
Process completed with exit code 31.
lint-changed-files: R/aggregate.R#L56
file=R/aggregate.R,line=56,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
lint-changed-files: R/aggregate.R#L82
file=R/aggregate.R,line=82,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 16.
lint-changed-files: R/aggregate.R#L92
file=R/aggregate.R,line=92,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 83 characters.
lint-changed-files: R/aggregate.R#L97
file=R/aggregate.R,line=97,col=7,[outer_negation_linter] !all(x) is better than any(!x). The former applies negation only once after aggregation instead of many times for each element of x.
lint-changed-files: R/aggregate.R#L117
file=R/aggregate.R,line=117,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: R/aggregate.R#L153
file=R/aggregate.R,line=153,col=5,[object_usage_linter] local variable 'pooled_pdf' assigned but may not be used
lint-changed-files: R/aggregate.R#L153
file=R/aggregate.R,line=153,col=19,[undesirable_function_linter] Function "sapply" is undesirable. As an alternative, use vapply() with an appropriate `FUN.VALUE=` argument to obtain type-stable simplification.
lint-changed-files: R/aggregate.R#L154
file=R/aggregate.R,line=154,col=11,[undesirable_function_linter] Function "sapply" is undesirable. As an alternative, use vapply() with an appropriate `FUN.VALUE=` argument to obtain type-stable simplification.
lint-changed-files: R/aggregate.R#L159
file=R/aggregate.R,line=159,col=19,[undesirable_function_linter] Function "sapply" is undesirable. As an alternative, use vapply() with an appropriate `FUN.VALUE=` argument to obtain type-stable simplification.
lint-changed-files: R/aggregate.R#L160
file=R/aggregate.R,line=160,col=12,[undesirable_function_linter] Function "sapply" is undesirable. As an alternative, use vapply() with an appropriate `FUN.VALUE=` argument to obtain type-stable simplification.