From bf7c869134747ff19d26afb5a01c280c6c694d5c Mon Sep 17 00:00:00 2001 From: Abdullah Hamadeh Date: Tue, 16 Apr 2024 14:02:36 -0400 Subject: [PATCH] Update install_dependencies.R --- .github/workflows/install_dependencies.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_dependencies.R b/.github/workflows/install_dependencies.R index 531d412..81b6a0b 100644 --- a/.github/workflows/install_dependencies.R +++ b/.github/workflows/install_dependencies.R @@ -1,4 +1,4 @@ -install.packages(c('ggplot2','shiny','shinyTree','shinyjs','dplyr','SobolSequence','writexl','tictoc'), repos = 'http://cran.us.r-project.org', type='win.binary') +install.packages(c('ggplot2','shiny','shinyTree','shinyjs','dplyr','SobolSequence','writexl','tictoc','pkgload'), repos = 'http://cran.us.r-project.org', type='win.binary') install.packages('https://github.com/Open-Systems-Pharmacology/rClr/releases/download/v0.9.1/rClr_0.9.1.zip', repos = NULL, type = 'binary') download.file('https://ci.appveyor.com/api/projects/open-systems-pharmacology-ci/ospsuite-rutils/artifacts/ospsuite.utils.zip?pr=false', destfile = 'ospsuite.utils.zip', mode='wb') install.packages('ospsuite.utils.zip', repos = NULL, type = 'binary')