thegraphnetwork / GRAPHnetEpiApp

MIT License
4 stars 1 forks source link

Update install.R #29

Open fccoelho opened 3 years ago

fccoelho commented 3 years ago

Packages being loaded in global.R should be copyed to the install.R so that they are all installed when the images for the shiny container are first built. Otherwise they get installed everytime the container is started because they are not yet installed in the container OS.

Doing this will greatly speed up the starting of the container

fccoelho commented 3 years ago

This is a quick fix that should be get done ASAP. Naturally, after this is done, package installing should be removed from global.R