Fix partial matching #343
Annotations
1 error and 10 warnings
|
R/estimate_secondary.R#L279
file=R/estimate_secondary.R,line=279,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
R/opts.R#L699
file=R/opts.R,line=699,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
R/plot.R#L297
file=R/plot.R,line=297,col=9,[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).
|
R/plot.R#L300
file=R/plot.R,line=300,col=9,[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).
|
R/plot.R#L301
file=R/plot.R,line=301,col=9,[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).
|
R/plot.R#L309
file=R/plot.R,line=309,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
R/plot.R#L322
file=R/plot.R,line=322,col=23,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
R/plot.R#L349
file=R/plot.R,line=349,col=30,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
R/plot.R#L392
file=R/plot.R,line=392,col=7,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
R/summarise.R#L93
file=R/summarise.R,line=93,col=15,[scalar_in_linter] Use == to match length-1 scalars, not %in%. Note that == preserves NA where %in% does not.
|
The logs for this run have expired and are no longer available.
Loading