Add residualize_over_grid()
#1619
Annotations
10 warnings
lint / lint:
R/describe_nonlinear.R#L44
file=R/describe_nonlinear.R,line=44,col=10,[seq_linter] Use seq_along(x) instead of seq_len(length(x)).
|
lint / lint:
R/estimate_grouplevel.R#L87
file=R/estimate_grouplevel.R,line=87,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 128 characters.
|
lint / lint:
R/estimate_grouplevel.R#L99
file=R/estimate_grouplevel.R,line=99,col=28,[string_boundary_linter] Use !is.na(x) & startsWith(x, string) to detect a fixed initial substring, or, if missingness is not a concern, just startsWith(). Doing so is more readable and more efficient.
|
lint / lint:
R/estimate_grouplevel.R#L101
file=R/estimate_grouplevel.R,line=101,col=28,[seq_linter] Use seq_len(nrow(...)) instead of 1:nrow(...), which is likely to be wrong in the empty edge case.
|
lint / lint:
R/estimate_grouplevel.R#L107
file=R/estimate_grouplevel.R,line=107,col=32,[seq_linter] Use seq_len(nrow(...)) instead of 1:nrow(...), which is likely to be wrong in the empty edge case.
|
lint / lint:
R/estimate_grouplevel.R#L107
file=R/estimate_grouplevel.R,line=107,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
|
lint / lint:
R/estimate_grouplevel.R#L114
file=R/estimate_grouplevel.R,line=114,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint / lint:
R/estimate_slopes.R#L87
file=R/estimate_slopes.R,line=87,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
lint / lint:
R/format.R#L39
file=R/format.R,line=39,col=3,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L42
file=R/format.R,line=42,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|