-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Minimal reproducible code draft #73
Conversation
Merge branch 'minimal-reproducible-code-draft' of github.com:carpentries-incubator/R-help-reprexes into minimal-reproducible-code-draft # Conflicts: # episodes/5-minimal-reproducible-code.Rmd
Thank you!Thank you for your pull request 😃 🤖 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:
Rendered Changes🔍 Inspect the changes: https://github.com/carpentries-incubator/R-help-reprexes/compare/md-outputs..md-outputs-PR-73 The following changes were observed in the rendered markdown documents:
What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2024-11-23 01:36:51 +0000 |
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.
Looks good -- I did not check all the renv stuff but it seems to be passing the checks so I think we can just let it be?
Auto-generated via `{sandpaper}` Source : d8b86da Branch : main Author : peterlaurin <[email protected]> Time : 2024-11-23 01:38:06 +0000 Message : Merge pull request #73 from carpentries-incubator/minimal-reproducible-code-draft Minimal reproducible code draft -- Resolved discrepancy in yaml with md and Rmd
Auto-generated via `{sandpaper}` Source : d7c2a92 Branch : md-outputs Author : GitHub Actions <[email protected]> Time : 2024-11-23 01:41:12 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : d8b86da Branch : main Author : peterlaurin <[email protected]> Time : 2024-11-23 01:38:06 +0000 Message : Merge pull request #73 from carpentries-incubator/minimal-reproducible-code-draft Minimal reproducible code draft -- Resolved discrepancy in yaml with md and Rmd
Full draft of the minimal reproducible code lesson. Includes full lesson structure.
Notes:
I dumped a giant script at the beginning that includes the code in the researcher narrative up through the part that was assigned to this episode. I realize this is overwhelming and gross, and we can discuss changes to it.
Critically, this is still missing content for the exercises, and that's largely because the script itself does not contain enough errors. Need to introduce some errors into the script, especially in the later portions (modeling, plotting, answering research questions) so that we can then refer to those in the lesson.
Time estimates are probably way off.
@peterlaurin and @xortizross there are some spots indicated here for you to add references back to your own episodes