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 bf7c869 commit c722c4e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/install_dependencies.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
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')
unlink('ospsuite.utils.zip')
download.file('https://ci.appveyor.com/api/projects/open-systems-pharmacology-ci/tlf-library/artifacts/tlf.zip?pr=false', destfile = 'tlf.zip', mode='wb')
install.packages('tlf.zip', repos = NULL, type = 'binary')
unlink('tlf.zip')
download.file('https://ci.appveyor.com/api/projects/open-systems-pharmacology-ci/ospsuite-r/artifacts/ospsuite.zip?pr=false', destfile = 'ospsuite.zip', mode='wb')
install.packages('ospsuite.zip', repos = NULL, type = 'binary')
unlink('ospsuite.zip')
install.packages('https://github.com/Open-Systems-Pharmacology/OSPSuite.RUtils/releases/download/v1.4.23/ospsuite.utils_1.4.23.zip', repos = NULL, type = 'binary')
install.packages('https://github.com/Open-Systems-Pharmacology/OSPSuite-R/releases/download/v11.3.520/ospsuite_11.3.520.zip', repos = NULL, type = 'binary')

0 comments on commit c722c4e

Please sign in to comment.