Feature improve weather #163
Annotations
10 warnings
lint:
R/A_swGenericMethods.R#L140
file=R/A_swGenericMethods.R,line=140,col=9,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/B_swFiles.R#L146
file=R/B_swFiles.R,line=146,col=35,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/D_swCloud.R#L148
file=R/D_swCloud.R,line=148,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:
R/D_swWeather.R#L136
file=R/D_swWeather.R,line=136,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:
R/D_swWeather.R#L246
file=R/D_swWeather.R,line=246,col=20,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
lint:
R/D_swWeatherData.R#L47
file=R/D_swWeatherData.R,line=47,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint:
R/D_swWeatherData.R#L48
file=R/D_swWeatherData.R,line=48,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint:
R/D_swWeatherData.R#L49
file=R/D_swWeatherData.R,line=49,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint:
R/D_swWeatherData.R#L50
file=R/D_swWeatherData.R,line=50,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
lint:
R/D_swWeatherData.R#L51
file=R/D_swWeatherData.R,line=51,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|