estimate_means(backend = "marginaleffects")
not calculating marginal means
#109
Annotations
1 error and 9 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/get_marginaleffects_type.R#L20
file=R/get_marginaleffects_type.R,line=20,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/get_marginaleffects_type.R#L21
file=R/get_marginaleffects_type.R,line=21,col=9,[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:
tests/testthat/test-estimate_means.R#L36
file=tests/testthat/test-estimate_means.R,line=36,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-estimate_means.R#L74
file=tests/testthat/test-estimate_means.R,line=74,col=3,[expect_comparison_linter] expect_lt(x, y) is better than expect_true(x < y).
|
Extract and lint files changed by this PR:
tests/testthat/test-estimate_means.R#L109
file=tests/testthat/test-estimate_means.R,line=109,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-estimate_means.R#L116
file=tests/testthat/test-estimate_means.R,line=116,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-estimate_means.R#L151
file=tests/testthat/test-estimate_means.R,line=151,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 146 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-estimate_means.R#L231
file=tests/testthat/test-estimate_means.R,line=231,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
Loading