Skip to content

Commit

Permalink
github secret added for devtools R
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSoraggi committed Dec 13, 2024
1 parent 8e0c0ba commit f9c6097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/render_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
- name: installations
run: |
R -e 'install.packages(c("devtools","BiocManager", "tidyverse", "RColorBrewer", "pheatmap", "ggrepel", "cowplot"))'
R -e 'devtools::install_github("stephenturner/annotables")'
R -e 'BiocManager::install(c("DESeq2", "clusterProfiler", "DOSE", "org.Hs.eg.db", "pathview", "DEGreport", "tximport", "AnnotationHub", "ensembldb","apeglm","ggnewscale"))'
R -e 'install.packages(c("rmarkdown", "markdown", "knitr"))'
R -e 'devtools::install_github("stephenturner/annotables")'
env:
GITHUB_PAT: ${{ secrets.TOKEN }}

- name: Pull Notebooks folder content
if: runner.os == 'Linux'
Expand Down

0 comments on commit f9c6097

Please sign in to comment.