Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 376 Bytes

File metadata and controls

27 lines (23 loc) · 376 Bytes

R package requirements

Install the following R packages before running the R analysis scripts:

install.packages(c(
  "readxl",
  "openxlsx",
  "dplyr",
  "tidyr",
  "stringr",
  "lubridate",
  "ggplot2",
  "ggsci",
  "scales",
  "patchwork",
  "pROC",
  "glmnet",
  "xgboost",
  "officer",
  "flextable",
  "pdftools"
))

The base R grid package is also used.