Fixes to documentation to satisfy r cmd check #19
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#L342
file=R/default_api.R,line=342,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 172 characters.
|
R-CMD-check:
R/default_api.R#L343
file=R/default_api.R,line=343,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 189 characters.
|
R-CMD-check:
R/default_api.R#L367
file=R/default_api.R,line=367,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 184 characters.
|
R-CMD-check:
R/default_api.R#L421
file=R/default_api.R,line=421,col=161,[line_length_linter] Lines should not be more than 160 characters. This line is 162 characters.
|