Keep code R-3.6 compatible (#252) #108
Annotations
10 warnings
Lint:
R/estimate_contrasts.R#L109
file=R/estimate_contrasts.R,line=109,col=5,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_contrasts.R#L110
file=R/estimate_contrasts.R,line=110,col=5,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_contrasts.R#L111
file=R/estimate_contrasts.R,line=111,col=5,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_contrasts.R#L113
file=R/estimate_contrasts.R,line=113,col=5,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_contrasts.R#L117
file=R/estimate_contrasts.R,line=117,col=5,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_contrasts.R#L120
file=R/estimate_contrasts.R,line=120,col=3,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_contrasts.R#L137
file=R/estimate_contrasts.R,line=137,col=3,[object_overwrite_linter] 'contrasts' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/estimate_means.R#L110
file=R/estimate_means.R,line=110,col=11,[nzchar_linter] Use !nzchar(x) instead of x == "". Note that unlike nzchar(), EQ coerces to character, so you'll have to use as.character() if x is a factor. Whenever missing data is possible, please take care to use nzchar(., keepNA = TRUE); nzchar(NA) is TRUE by default.
|
Lint:
R/estimate_predicted.R#L210
file=R/estimate_predicted.R,line=210,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 145 characters.
|
Lint:
R/estimate_slopes.R#L121
file=R/estimate_slopes.R,line=121,col=12,[keyword_quote_linter] Only quote targets of extraction with $ if necessary, i.e., if the name is not a valid R symbol (see ?make.names). Use backticks to create non-syntactic names, or use [[ to extract by string.
|
Loading