From 6b946c76dec83a55a1bcf473d75e20c56ee1a304 Mon Sep 17 00:00:00 2001 From: clifmckee Date: Tue, 14 Jan 2025 19:03:27 -0500 Subject: [PATCH] Update Reproducibility.Rmd --- modules/Reproducibility/Reproducibility.Rmd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/Reproducibility/Reproducibility.Rmd b/modules/Reproducibility/Reproducibility.Rmd index c4dfde0ea..2dcada762 100644 --- a/modules/Reproducibility/Reproducibility.Rmd +++ b/modules/Reproducibility/Reproducibility.Rmd @@ -250,7 +250,7 @@ These are just some quick tips, for more information: - [Jenny Bryan's organizational strategies](https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html). - [Write efficient R code for science](https://www.earthdatascience.org/courses/earth-analytics/automate-science-workflows/write-efficient-code-for-science-r/). -## Summary {.small} +## Summary {.smaller} To help make your work more reproducible: @@ -261,11 +261,14 @@ To help make your work more reproducible: - Print session info! 🏠 [Class Website](https://jhudatascience.org/intro_to_r/) + 💻 [Lab](https://jhudatascience.org/intro_to_r/modules/Reproducibility/lab/Reproducibility_Lab.Rmd) -🗒 [Day 1 Cheatsheet](https://jhudatascience.org/intro_to_r/modules/cheatsheets/Day-1.pdf) + +🗒 [Day 1 Cheatsheet](https://jhudatascience.org/intro_to_r/modules/cheatsheets/Day-1.pdf) + 🗒 [RStudio Cheatsheet](https://d33wubrfki0l68.cloudfront.net/374f4c769f97c4ded7300d521eb59b24168a7261/c72ad/lesson-images/cheatsheets-1-cheatsheet.png) -```{r, fig.alt="The End", out.width = "25%", echo = FALSE, fig.align='center'} +```{r, fig.alt="The End", out.width = "15%", echo = FALSE, fig.align='center'} knitr::include_graphics(here::here("images/the-end-g23b994289_1280.jpg")) ```