Skip to content

Commit

Permalink
Improved warning handling on vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Nov 8, 2021
1 parent 6490b16 commit 6b759b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/ex4_GeneratingClusterSamples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ n <- c(school = 3, class = 2, student = 5)
cg <- cluster_gen(n, n_X = c(1, 2), sigma = list(.1, c(1, 2)))
```

```{r ex 7_summary}
```{r ex 7_summary, warning = TRUE}
summary(cg)
```

Expand Down

0 comments on commit 6b759b6

Please sign in to comment.