support rvar
columns in data.frames
#237
Annotations
1 error and 8 warnings
|
R/p_direction.R#L79
file=R/p_direction.R,line=79,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
|
R/p_direction.R#L101
file=R/p_direction.R,line=101,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 179 characters.
|
R/p_direction.R#L111
file=R/p_direction.R,line=111,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 201 characters.
|
R/p_direction.R#L199
file=R/p_direction.R,line=199,col=14,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
R/p_direction.R#L473
file=R/p_direction.R,line=473,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
|
R/utils.R#L188
file=R/utils.R,line=188,col=3,[object_overwrite_linter] 'grid' is an exported object from package 'graphics'. Avoid re-using such symbols.
|
R/utils.R#L217
file=R/utils.R,line=217,col=29,[unnecessary_lambda_linter] Pass inherits directly as a symbol to vapply() instead of wrapping it in an unnecessary anonymous function. For example, prefer lapply(DF, sum) to lapply(DF, function(x) sum(x)).
|
R/utils.R#L254
file=R/utils.R,line=254,col=2,[trailing_blank_lines_linter] Add a terminal newline.
|
The logs for this run have expired and are no longer available.
Loading