-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr-packages
More file actions
17 lines (15 loc) · 730 Bytes
/
r-packages
File metadata and controls
17 lines (15 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo apt-get install libcurl4-openssl-dev \
libxml2-dev \
libcairo2-dev \
libsqlite-dev \
libmariadbd-dev \
libmariadb-client-lgpl-dev \
libpq-dev \
libssh2-1-dev -y
Rscript -e "install.packages('tidyverse',repos='https://cloud.r-project.org/')"
Rscript -e "install.packages('tensorflow',repos='https://cloud.r-project.org/')"
Rscript -e "install.packages('keras',repos='https://cloud.r-project.org/')"
Rscript -e "install.packages('jsonlite',repos='https://cloud.r-project.org/')"
Rscript -e "install.packages('tidytext',repos='https://cloud.r-project.org/')"
Rscript -e "install.packages('future',repos='https://cloud.r-project.org/')"
Rscript -e "install.packages('Hmisc',repos='https://cloud.r-project.org/')"