deprecate fixed
argument to dist_spec
#329
lint-only-changed-files.yaml
on: pull_request
lint-changed-files
33m 21s
Annotations
1 error and 10 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/dist.R#L87
file=R/dist.R,line=87,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/dist.R#L100
file=R/dist.R,line=100,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#L113
file=R/dist.R,line=113,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#L144
file=R/dist.R,line=144,col=9,[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/dist.R#L249
file=R/dist.R,line=249,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/dist.R#L252
file=R/dist.R,line=252,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#L256
file=R/dist.R,line=256,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#L708
file=R/dist.R,line=708,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/dist.R#L709
file=R/dist.R,line=709,col=9,[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#L711
file=R/dist.R,line=711,col=16,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|