From e6c259e2d9cee9bfcb335cdf78323515d7aa4e38 Mon Sep 17 00:00:00 2001
From: hpolvech <helene.polveche@ens-lyon.fr>
Date: Thu, 14 Oct 2021 11:23:28 +0200
Subject: [PATCH] eval F , first chunck

---
 session_4/session_4.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd
index bead9a1..a398a8a 100644
--- a/session_4/session_4.Rmd
+++ b/session_4/session_4.Rmd
@@ -42,7 +42,7 @@ As usual you will also need the `tidyverse` library.
 
 <details><summary>Solution</summary>
 <p>
-```R
+```{r installP, eval = F}
 install.packages("nycflights13")
 ```
 
-- 
GitLab