parameters.fixest
: Uninformative error
#780
Annotations
1 error and 11 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Extract and lint files changed by this PR:
R/1_model_parameters.R#L187
file=R/1_model_parameters.R,line=187,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 151 characters.
|
Extract and lint files changed by this PR:
R/5_simulate_model.R#L256
file=R/5_simulate_model.R,line=256,col=29,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
Extract and lint files changed by this PR:
R/5_simulate_model.R#L256
file=R/5_simulate_model.R,line=256,col=33,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
Extract and lint files changed by this PR:
R/ci_kenward.R#L23
file=R/ci_kenward.R,line=23,col=47,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
Extract and lint files changed by this PR:
R/convert_efa_to_cfa.R#L113
file=R/convert_efa_to_cfa.R,line=113,col=10,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
|
Extract and lint files changed by this PR:
R/display.R#L199
file=R/display.R,line=199,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 129 characters.
|
Extract and lint files changed by this PR:
R/dominance_analysis.R#L135
file=R/dominance_analysis.R,line=135,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 53 to at most 40.
|
Extract and lint files changed by this PR:
R/dominance_analysis.R#L159
file=R/dominance_analysis.R,line=159,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
Extract and lint files changed by this PR:
R/dominance_analysis.R#L231
file=R/dominance_analysis.R,line=231,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
Extract and lint files changed by this PR:
R/dominance_analysis.R#L253
file=R/dominance_analysis.R,line=253,col=32,[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.
|
Loading