- added snapshot test for df_to_array()
#85
Annotations
1 error and 8 warnings
|
R/df_to_array.R#L11
file=R/df_to_array.R,line=11,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
R/df_to_array.R#L21
file=R/df_to_array.R,line=21,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 121 characters.
|
R/df_to_array.R#L22
file=R/df_to_array.R,line=22,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 146 characters.
|
R/df_to_array.R#L23
file=R/df_to_array.R,line=23,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 136 characters.
|
R/df_to_array.R#L24
file=R/df_to_array.R,line=24,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 98 characters.
|
R/df_to_array.R#L36
file=R/df_to_array.R,line=36,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 88 characters.
|
R/df_to_array.R#L80
file=R/df_to_array.R,line=80,col=47,[seq_linter] 1:n() is likely to be wrong in the empty edge case. Use seq_len(n()) instead.
|
tests/testthat/test-df_to_array.R#L10
file=tests/testthat/test-df_to_array.R,line=10,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 87 characters.
|
The logs for this run have expired and are no longer available.
Loading