Skip to content
Snippets Groups Projects
Commit 6c4a402c authored by Koehorst, Jasper's avatar Koehorst, Jasper
Browse files

rstudio docker reduction

parent 700ae491
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,8 @@ Docker/graphdb-free* ...@@ -6,3 +6,8 @@ Docker/graphdb-free*
graphdb-free graphdb-free
P_* P_*
Docker/graphdb/graphdb-free* Docker/graphdb/graphdb-free*
notebooks/.cache
notebooks/.config
notebooks/.ipython
notebooks/.jupyter
notebooks/.local
...@@ -12,17 +12,14 @@ LABEL documentation="https://m-unlock.gitlab.io" ...@@ -12,17 +12,14 @@ LABEL documentation="https://m-unlock.gitlab.io"
LABEL license="NA" LABEL license="NA"
LABEL tags="Notebook" LABEL tags="Notebook"
RUN install2.r ape gridExtra picante data.table RColorBrewer DT reshape reshape2 magrittr markdown ggpubr tibble pheatmap dplyr viridis devtools rmdformats intergraph network igraph ggplot2 gridExtra knitr plyr vegan dplyr ggrepel ggnetwork ade4 rmarkdown formatR caTools plotly rio ggfortify GGally RUN R -e "install.packages('BiocManager'); BiocManager::install(version = '3.12')"
# phyloseq microbiome phangorn genefilter RUN R -e "BiocManager::install(c('phyloseq'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('DT', 'reshape', 'reshape2', 'magrittr', 'markdown', 'ggpubr'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('tibble', 'pheatmap', 'dplyr', 'viridis', 'devtools', 'rmdformats'))" RUN install2.r phangorn ape gridExtra picante data.table RColorBrewer DT reshape reshape2 magrittr markdown ggpubr tibble pheatmap dplyr viridis devtools rmdformats intergraph network igraph ggplot2 gridExtra knitr plyr vegan dplyr ggrepel ggnetwork ade4 rmarkdown formatR caTools plotly rio ggfortify GGally
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('intergraph', 'network', 'igraph', 'ggplot2', 'gridExtra', 'knitr'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('plyr', 'vegan', 'dplyr', 'ggrepel', 'ggnetwork', 'ade4', 'rmarkdown'))" ##########################################
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages(c('formatR', 'caTools', 'plotly', 'rio', 'ggfortify', 'GGally'))" # microbiome genefilter
RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages('BiocManager'); BiocManager::install(version = '3.12')"
RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); BiocManager::install(c('phyloseq', 'microbiome', 'phangorn', 'genefilter'))"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); require(devtools); install_version('foreign', version = '0.8-76', repos = 'http://cran.us.r-project.org')" # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); require(devtools); install_version('foreign', version = '0.8-76', repos = 'http://cran.us.r-project.org')"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); install.packages('rio')"
# # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('microsud/microbiomeutilities')" # # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('microsud/microbiomeutilities')"
# # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('zdk123/SpiecEasi')" # # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('zdk123/SpiecEasi')"
# RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('briatte/ggnet')" # RUN R -e "options(repos = list(CRAN = 'http://cran.r-project.org')); devtools::install_github('briatte/ggnet')"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment