distribution interface to dist_spec
#340
Triggered via pull request
November 13, 2023 13:24
Status
Failure
Total duration
27m 13s
Artifacts
–
lint-only-changed-files.yaml
on: pull_request
lint-changed-files
27m 3s
Annotations
1 error and 7 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/dist.R#L128
file=R/dist.R,line=128,col=14,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/dist.R#L920
file=R/dist.R,line=920,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 25, this has 28.
|
lint-changed-files:
R/dist.R#L923
file=R/dist.R,line=923,col=37,[unnecessary_concatenation_linter] Unneeded concatenation without arguments. Replace the "c" call by NULL or, whenever possible, vector() seeded with the correct type and/or length.
|
lint-changed-files:
R/dist.R#L923
file=R/dist.R,line=923,col=54,[unnecessary_concatenation_linter] Unneeded concatenation without arguments. Replace the "c" call by NULL or, whenever possible, vector() seeded with the correct type and/or length.
|
lint-changed-files:
R/opts.R#L627
file=R/opts.R,line=627,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/opts.R#L629
file=R/opts.R,line=629,col=14,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/opts.R#L680
file=R/opts.R,line=680,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|