Inhouse-processing of parameter-tidying (#447) #1798
Annotations
10 warnings
lint / lint:
R/format.R#L200
file=R/format.R,line=200,col=3,[object_overwrite_linter] 'predict' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L199
file=R/format.R,line=199,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this expression from 49 to at most 40.
|
lint / lint:
R/format.R#L50
file=R/format.R,line=50,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint / lint:
R/format.R#L46
file=R/format.R,line=46,col=5,[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.
|
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/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/estimate_grouplevel.R#L176
file=R/estimate_grouplevel.R,line=176,col=7,[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#L167
file=R/estimate_grouplevel.R,line=167,col=7,[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#L34
file=R/estimate_grouplevel.R,line=34,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 163 characters.
|