Install local incidence-mapper R packages during docker build? #134
Labels
bug
Something isn't working
development-environment
Development Environment related issues
refactor
Restructure code to improve speed/maintainability/readability/etc
@rnunez-IDM and I were wondering if we could install the local r packages during the docker image build. I'm thinking that if the issue is installing something from within the image itself, we can instead install from github with
devtools::install_github(...)
. Thoughts on this? It's become an issue as we've got a new person working, and my old habit of keeping an image up for months isn't ideal. Thanks!The text was updated successfully, but these errors were encountered: