Skip to content

Commit

Permalink
Adding script to install all the needed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Nov 22, 2023
1 parent a1023a0 commit bfcec7d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions inst/docker/install_packages.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
install.packages('remotes', repos='http://cloud.r-project.org')
install.packages('PKNCA', repos='http://cloud.r-project.org')
install.packages('shiny', repos='http://cloud.r-project.org')
install.packages("DescTools", repos='http://cloud.r-project.org')
install.packages("symengine", repos='http://cloud.r-project.org')

# nlmxir2verse files:
install.packages(c('dparser', 'nlmixr2data', 'lotri', 'rxode2ll',
'rxode2parse', 'rxode2random', 'rxode2et', 'rxode2',
'nlmixr2est', 'nlmixr2extra', 'nlmixr2plot', 'nlmixr2',
'nonmem2rx', 'nlmixr2lib'),
repos = c('https://nlmixr2.r-universe.dev',
'https://cloud.r-project.org'))

remotes::install_github('john-harrold/onbrand', dependencies=TRUE)
remotes::install_github('john-harrold/formods', dependencies=TRUE)
remotes::install_github('john-harrold/ruminate', dependencies=TRUE)

0 comments on commit bfcec7d

Please sign in to comment.