Skip to content

Commit

Permalink
Update install_dependencies.R
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahhamadeh committed Apr 16, 2024
1 parent bdd3480 commit bf7c869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_dependencies.R
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit bf7c869

Please sign in to comment.