fixed all lint warnings #34
Annotations
2 warnings
lint:
R/use_afcharts.R#L29
file=R/use_afcharts.R,line=29,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 82 characters.
|
lint:
R/use_afcharts.R#L56
file=R/use_afcharts.R,line=56,col=13,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
|