Skip to content

Commit

Permalink
Add tidyr package
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Sep 9, 2024
1 parent 04081e9 commit 62ff5ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ knitr::opts_chunk$set(echo = TRUE)
if (!require(dplyr)) install.packages("dplyr")
if (!require(purrr)) install.packages("purrr")
if (!require(ggplot2)) install.packages("ggplot2")
if (!require(tidyr)) install.packages("tidyr")
if (!require(gt)) install.packages("gt")
library(ggplot2)
library(dplyr)
Expand Down

0 comments on commit 62ff5ad

Please sign in to comment.