support rvar
columns in data.frames
#238
Annotations
1 error and 10 warnings
|
R/eti.R#L74
file=R/eti.R,line=74,col=14,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
R/eti.R#L221
file=R/eti.R,line=221,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 128 characters.
|
R/eti.R#L318
file=R/eti.R,line=318,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/eti.R#L319
file=R/eti.R,line=319,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/eti.R#L320
file=R/eti.R,line=320,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/map_estimate.R#L119
file=R/map_estimate.R,line=119,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 242 characters.
|
R/map_estimate.R#L139
file=R/map_estimate.R,line=139,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 197 characters.
|
R/map_estimate.R#L154
file=R/map_estimate.R,line=154,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#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.
|
This job failed
Loading