|
```{r, eval = .eval_if_requireNamespace("emmeans")} |
{emmeans} is attached in an earlier chunk if {afex} is available:
|
```{r, eval = .eval_if_requireNamespace("afex", "emmeans")} |
|
library(emmeans) |
I'm not sure how you'd like to fix this, e.g.
- Add a hidden chunk for
library(emmeans) somewhere
- Add
library(emmeans) redundantly (and ineffectually in most cases) in the later chunk
- Use
emmeans:: in the later chunk
effectsize/vignettes/from_test_statistics.Rmd
Line 234 in 9b58b72
{emmeans} is attached in an earlier chunk if {afex} is available:
effectsize/vignettes/from_test_statistics.Rmd
Lines 113 to 114 in 9b58b72
I'm not sure how you'd like to fix this, e.g.
library(emmeans)somewherelibrary(emmeans)redundantly (and ineffectually in most cases) in the later chunkemmeans::in the later chunk