-
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
Initial setup #4
Conversation
Docker build status
|
ampersand is causing errors
Notes for reviewers: This is an MVP checkpoint. The next big step will be harmonizing this, |
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.
NB comments, but looks great
# - default_2022Q4 | ||
# - default_2023Q4 | ||
- full_params_2022Q4 | ||
- full_params_2023Q4 |
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.
NB: What's the difference between default_*
and full_params_*
?
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.
The default_*
s use the inherit
key (which should be the main mechanism), but that isn't setup in this repo yet (so they're commented out). the full_
ones send what should be the same parameters after the param inheritance process runs, but does it all as raw JSON input.
The corresponding directory in workflow.pacta
give a pretty good idea.
Setup core workflow mechanics
NOTE: Does not run R CMD CHECK on
windows-latest