Skip to content

Commit

Permalink
less R dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Sep 2, 2024
1 parent f281fc5 commit b65c1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 0_entete_data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
knitr::opts_chunk$set(message = FALSE, warning = FALSE)
library(tidyverse)
library(dplyr)
library(kableExtra)
miaps_palette <-
Expand All @@ -19,6 +19,7 @@ miaps_palette <-
```

```{r preliminaires-rh, include = FALSE, echo = FALSE, message=FALSE, warning=FALSE, results='hide', eval = FALSE}
library(tidyverse)
library(scales)
library(viridis)
theme_set(theme_bw())
Expand Down

0 comments on commit b65c1bf

Please sign in to comment.