From d88b0783cfc692489641815c2892c3b87677ddb8 Mon Sep 17 00:00:00 2001 From: f754b224d0f39e1e5985bdfc02ba215f Date: Wed, 7 Aug 2024 14:49:24 +0000 Subject: [PATCH] Suppression library(Rformat) --- module3/exo3/exercice_fr.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index 866041f..5ef2d52 100644 --- a/module3/exo3/exercice_fr.Rmd +++ b/module3/exo3/exercice_fr.Rmd @@ -8,8 +8,7 @@ output: --- ```{r setup, global_options, include=FALSE} -library(formatR) -knitr::opts_chunk$set(echo = TRUE, warning = FALSE, tidy = FALSE, tidy.opts = list(width.cutoff = 60)) +knitr::opts_chunk$set(echo = TRUE, warning = FALSE) setwd("C:/Users/blond/Documents/Thèse/Formations/RechercheReproductible") ``` -- 2.18.1