Closed multimeric closed 1 year ago
Thank you for your pull request :smiley:
:robot: This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.
If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
:mag: Inspect the changes: https://github.com/joelnitta/targets-workshop/compare/md-outputs..md-outputs-PR-15
The following changes were observed in the rendered markdown documents:
basic-targets.md | 4 +-
branch.md | 30 +-
config.yaml (gone) | 87 ---
files.md | 18 +-
files/functions.R | 5 +-
introduction.md | 2 +-
lifecycle.md | 12 +-
md5sum.txt | 40 +-
packages.md | 12 +-
parallel.md | 59 +-
renv.lock (gone) | 1790 ----------------------------------------------------
11 files changed, 97 insertions(+), 1962 deletions(-)
:stopwatch: Updated at 2023-06-19 06:32:14 +0000
@joelnitta
Thanks! I needed to make the corresponding change to the function that is use to actually run the workflows, write_example_plan()
.
Changes
crew
instead of thefuture
backendDiscussion
In my opinion this:
Is much neater than:
However I've done the latter for consistency.