-
Notifications
You must be signed in to change notification settings - Fork 14
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
new example: orderly + drake #41
Comments
I just got started on an example in this branch. It is just like drake-examples/orderly/src/example/script.R Lines 1 to 16 in 7d1e43b
|
Should |
One source of friction I notice is that |
yes, I can imagine that this is a source of friction, and tbh it's one that is fairly fundamental to
Thanks for the example 😄 |
(minimally if the project has really simple dependencies, then with judicious use of .gitignore one could just work in the src/example directory actually) |
According to @richfitz,
orderly
anddrake
could complement each other nicely. If we post an example here,drake
users will be able to download it withdrake::drake_example("orderly")
and try it out for themselves.From the docs, it looks like
orderly
could wrap around adrake
workflow and manage multiple versions of final artifacts rendered at the end of adrake
plan. Are there other obvious win-wins?The text was updated successfully, but these errors were encountered: