Fix partial matching #337
Triggered via pull request
November 10, 2023 12:21
Status
Failure
Total duration
27m 57s
Artifacts
–
lint-only-changed-files.yaml
on: pull_request
lint-changed-files
27m 44s
Annotations
1 error and 10 warnings
lint-changed-files
Process completed with exit code 31.
|
lint-changed-files:
R/create.R#L173
file=R/create.R,line=173,col=11,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/create.R#L175
file=R/create.R,line=175,col=26,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/create.R#L230
file=R/create.R,line=230,col=11,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/create.R#L251
file=R/create.R,line=251,col=30,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/create.R#L386
file=R/create.R,line=386,col=29,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint-changed-files:
R/estimate_secondary.R#L264
file=R/estimate_secondary.R,line=264,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/estimate_secondary.R#L272
file=R/estimate_secondary.R,line=272,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#L631
file=R/opts.R,line=631,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#L633
file=R/opts.R,line=633,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#L686
file=R/opts.R,line=686,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|