Nicer output file names for metric_SW2toTable_daily()
: remove ".zip"
#32
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
R/Extractions_Main.R#L99
file=R/Extractions_Main.R,line=99,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L107
file=R/Extractions_Main.R,line=107,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L116
file=R/Extractions_Main.R,line=116,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L127
file=R/Extractions_Main.R,line=127,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L137
file=R/Extractions_Main.R,line=137,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L145
file=R/Extractions_Main.R,line=145,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L162
file=R/Extractions_Main.R,line=162,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L170
file=R/Extractions_Main.R,line=170,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L186
file=R/Extractions_Main.R,line=186,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/Extractions_Main.R#L369
file=R/Extractions_Main.R,line=369,col=5,[unnecessary_nested_if_linter] Don't use nested `if` statements, where a single `if` with the combined conditional expression will do. For example, instead of `if (x) { if (y) { ... }}`, use `if (x && y) { ... }`.
|