Shorten names of api functions #20
Annotations
10 warnings
R-CMD-check:
R/api_client.R#L359
file=R/api_client.R,line=359,col=25,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
|
R-CMD-check:
R/api_client.R#L367
file=R/api_client.R,line=367,col=27,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
|
R-CMD-check:
R/default_api.R#L176
file=R/default_api.R,line=176,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 203 characters.
|
R-CMD-check:
R/default_api.R#L233
file=R/default_api.R,line=233,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 179 characters.
|
R-CMD-check:
R/default_api.R#L244
file=R/default_api.R,line=244,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 162 characters.
|
R-CMD-check:
R/default_api.R#L261
file=R/default_api.R,line=261,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 195 characters.
|
R-CMD-check:
R/default_api.R#L505
file=R/default_api.R,line=505,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 180 characters.
|
R-CMD-check:
R/default_api.R#L506
file=R/default_api.R,line=506,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 171 characters.
|
R-CMD-check:
R/default_api.R#L531
file=R/default_api.R,line=531,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 192 characters.
|
R-CMD-check:
R/default_api.R#L1759
file=R/default_api.R,line=1759,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 217 characters.
|