Skip to content

Commit 1be578a

Browse files
committed
Add tidyverse as a base package since it has native deps
1 parent 25445bb commit 1be578a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/rstudio.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ sudo apt update
5959

6060
sudo apt install -y r-cran-odbc r-cran-dbi r-cran-qqman r-cran-metafor \
6161
r-cran-tidyr r-cran-ggplot2 r-cran-hmisc r-cran-data.table \
62-
r-cran-dplyr r-cran-lubridate r-cran-survival r-cran-survminer
62+
r-cran-dplyr r-cran-lubridate r-cran-survival r-cran-survminer \
63+
r-cran-tidyverse

0 commit comments

Comments
 (0)