-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prefer DESCRIPTION
over renv
#8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No blocking comments, but noting the hadolint errors as something that are easy to clean in a separate PR (soon, since they won't go away until you sort them out)
@@ -2,20 +2,22 @@ FROM --platform=linux/amd64 rocker/tidyverse | |||
|
|||
# install system dependencies for R packages | |||
RUN apt-get update \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this seems unnecessary now that you're not installing git
, but I suppose you left it in to make it easy to add system installs in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, all of this is just the skeleton/ infrastructure for a "very soon-to-come" main.R
script, that will likely have at least SOME system dependencies.
... for handling dependencies
Relates a little to #7