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

Prefer DESCRIPTION over renv #8

Merged
merged 7 commits into from
Feb 16, 2024
Merged

Prefer DESCRIPTION over renv #8

merged 7 commits into from
Feb 16, 2024

Conversation

jdhoffa
Copy link
Member

@jdhoffa jdhoffa commented Feb 15, 2024

... for handling dependencies

Relates a little to #7

@jdhoffa jdhoffa requested a review from cjyetman February 15, 2024 15:21
DESCRIPTION Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
cjyetman
cjyetman previously approved these changes Feb 15, 2024
@jdhoffa jdhoffa requested a review from cjyetman February 15, 2024 16:01
cjyetman
cjyetman previously approved these changes Feb 15, 2024
AlexAxthelm
AlexAxthelm previously approved these changes Feb 16, 2024
Copy link
Contributor

@AlexAxthelm AlexAxthelm left a 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)

LICENSE.md Outdated Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
run_pacta_scenario_preparation.R Show resolved Hide resolved
@AlexAxthelm AlexAxthelm mentioned this pull request Feb 16, 2024
@jdhoffa jdhoffa dismissed stale reviews from AlexAxthelm and cjyetman via 5f90da5 February 16, 2024 09:22
@@ -2,20 +2,22 @@ FROM --platform=linux/amd64 rocker/tidyverse

# install system dependencies for R packages
RUN apt-get update \
Copy link
Member

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?

Copy link
Member Author

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.

@jdhoffa jdhoffa merged commit 8f18670 into main Feb 16, 2024
0 of 2 checks passed
@jdhoffa jdhoffa deleted the description_over_renv branch February 16, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants