Skip to content

Commit f2227d8

Browse files
avallecamclaude
andcommitted
remove unnecessary warning = FALSE from zambia_solution chunk
The warning is emitted by load_survey(), not contact_matrix(), so suppressing it on the contact_matrix() chunk has no effect. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d2e3678 commit f2227d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/contact-matrices.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Similar to the code above, to access vector values within a dataframe, you can u
201201

202202
:::::::::::::::::::::::: instructor
203203

204-
```{r zambia_solution, message = FALSE, warning = FALSE}
204+
```{r zambia_solution}
205205
# Generate the contact matrix for Zambia only
206206
contacts_byage_zambia <- socialmixr::contact_matrix(
207207
survey = zambia_sa_survey,

0 commit comments

Comments
 (0)