Skip to content

Commit

Permalink
Added reprex reference and disambiguated environments
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Mar 16, 2024
1 parent f61558b commit 3c32221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion week4/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ schedule |>
* Measuring performance
* Efficient R programming
* Caching
* R environments
* Reproducible environments

## Online resources

* [Creating a reprex](https://www.tidyverse.org/help/#reprex)
* [Amanda Gadrow - Debugging in R](https://posit.co/resources/videos/debugging-techniques-in-rstudio-2/)
* [Jenny Bryan - Object of type 'closure' is not subsettable](https://youtu.be/vgYS-F8opgE?si=BiXwdCR-Vghb572r)
* [Posit Community](https://community.rstudio.com)
Expand Down
2 changes: 1 addition & 1 deletion week4/slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ memo_sq(2)

4. Use `bench::mark()` to compare the speed of `sq()` and `memo_sq()`.

# R environments
# Reproducible environments

## renv package

Expand Down

0 comments on commit 3c32221

Please sign in to comment.