-
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
[RStudio and Reproducibility] updating rstudio lecture and lab and reproducibility #176
Conversation
No spelling errors! 🎉 |
Re-rendered previews from the latest commit: See preview of website here Updated at 2024-09-30 with changes from 3a29410 |
…tally hidden with the settings for the full rmd
…tween running a chunk and knitting
@avahoffman, wanted to point out here that I changed the script to ignore the RStudio lab so that we don't have blank response boxes in cases that don't make sense (and also allows for easier ways of dealing with the question of having people add new chunks) as that confused people last time. Maybe we can document this in the readme somewhere to help us be aware of this? Does this work for you? |
I think we can come up with a better solution in the future of adding to the script so it just copies the text but doesn't do anything to chunks or something for that one. So I am going to make an issue for that for now. |
Resolves #140
Also changes the script so that the RStudio lab doesn't generate the clean lab from the key- slightly different situation in this case, so I don't want to do what the typical labs do.
I made the activity simpler and more like the SISBID activity, but also assumes people kinda know how to run a chunk so that it fits after the last lab. In this case we go deeper into how the run previous chunks button is different, knitting, and pointing out a bit more that you create objects when you run a chunk (that part might be too obvious after the basic R lab, but I don't think that hurts?).
Also simplified the lab a tad more so that there is more emphasis of what is different between running a chunk and knitting.
showing code that was accidentally hidden like
sessionInfo
for the reproducibility lecture and also showing more aboutset.seed()