Skip to content

Commit

Permalink
reduce tarball size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kss2k committed Jan 20, 2025
1 parent 34aaa2f commit 3012191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vignettes/plot_interactions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vignette: >
---

```{r, include = FALSE}
EVAL_DEFAULT <- FALSE
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
Expand Down Expand Up @@ -124,7 +125,7 @@ The `plot_surface()` function can be used to plot 3D surface plots for a given i
This function takes a fitted model object, the names of the two variables that are interacting,
and the name of the dependent variable. The function will plot the 3D surface plot for the interaction effect.

```{r}
```{r, eval = EVAL_DEFAULT}
tpb <- "
# Outer Model (Based on Hagger et al., 2007)
ATT =~ att1 + att2 + att3 + att4 + att5
Expand Down
4 changes: 3 additions & 1 deletion vignettes/simple_slopes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ vignette: >
---

```{r, include = FALSE}
EVAL_DEFAULT <- FALSE
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
comment = "#>",
eval = EVAL_DEFAULT
)
```

Expand Down

0 comments on commit 3012191

Please sign in to comment.