Skip to content

Commit

Permalink
Merge pull request #678 from jhudsl/fix_reproducibility25
Browse files Browse the repository at this point in the history
Update Reproducibility.Rmd
  • Loading branch information
clifmckee authored Jan 15, 2025
2 parents 6f9d746 + 6b946c7 commit 5138f99
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/Reproducibility/Reproducibility.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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"))
```

Expand Down

0 comments on commit 5138f99

Please sign in to comment.