We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f95c71 commit c6e6fcbCopy full SHA for c6e6fcb
.github/workflows/main.yml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Install required packages
31
run: |
32
+ Rscript -e 'install.packages(c("rms", "Matrix"), repos="https://cloud.r-project.org")'
33
Rscript -e 'install.packages(c("haven", "shinythemes", "tidyverse", "shiny", "shinydashboard", "shinyWidgets", "lubridate", "stringr", "readxl", "plotly", "zoo", "gridExtra", "cowplot", "anytime", "data.table", "DT", "shinyjs", "flextable", "officer", "ggpubr", "EpiReport", "xlsx", "zscorer", "Hmisc", "survey", "questionr", "writexl", "openxlsx", "readr"), dep=TRUE)'
34
35
- name: Install rsconnect from CRAN with logs
0 commit comments