Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install.R #29

Open
fccoelho opened this issue Nov 15, 2020 · 1 comment
Open

Update install.R #29

fccoelho opened this issue Nov 15, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fccoelho
Copy link
Collaborator

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 fccoelho added the bug Something isn't working label Nov 15, 2020
@fccoelho fccoelho assigned lbianchi and dcpcamara and unassigned bwicht Apr 13, 2021
@fccoelho
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants