Skip to content

Commit c6e6fcb

Browse files
authored
Update main.yml
1 parent 1f95c71 commit c6e6fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
- name: Install required packages
3131
run: |
32+
Rscript -e 'install.packages(c("rms", "Matrix"), repos="https://cloud.r-project.org")'
3233
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)'
3334
3435
- name: Install rsconnect from CRAN with logs

0 commit comments

Comments
 (0)