From d0d70c8e3e98f6181aa1b718778e971cd7e11144 Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Tue, 30 Jun 2026 13:31:25 +0100 Subject: [PATCH] add yaml fix --- episodes/install.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/episodes/install.R b/episodes/install.R index 257266ca..89adc34e 100644 --- a/episodes/install.R +++ b/episodes/install.R @@ -12,4 +12,6 @@ epidemics::population( ) pak::pak("cyclocomp") cyclocomp::cyclocomp(quote( if (condition) "foo" else "bar" )) +pak::pak("yaml") +library(yaml) # nolint end \ No newline at end of file