We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, GH action deployment takes a long time due to installation of dependencies.
Possible solutions/workarounds:
Try https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows
Can try forcing renv to download from MRAN where possible See renv config for details: https://github.com/rstudio/renv/blob/0a2e1a2aee2ca37661aa72757eb9675bf3bda285/R/config.R#L95-L97
Make a docker container with all necessary packages pre-installed
The text was updated successfully, but these errors were encountered:
Try to speed up shiny deployment
c047c14
Switch to using windows runner so we can leverage precompiled R binaries for windows. Related issue: #11
0d128fe
Express50
No branches or pull requests
Currently, GH action deployment takes a long time due to installation of dependencies.
Possible solutions/workarounds:
Try https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows
Can try forcing renv to download from MRAN where possible
See renv config for details:
https://github.com/rstudio/renv/blob/0a2e1a2aee2ca37661aa72757eb9675bf3bda285/R/config.R#L95-L97
Make a docker container with all necessary packages pre-installed
The text was updated successfully, but these errors were encountered: