Skip to content

Commit

Permalink
shameless plug, refs #20
Browse files Browse the repository at this point in the history
  • Loading branch information
edavidaja committed Aug 3, 2024
1 parent 07fdfdf commit 72f5c51
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1024,21 +1024,30 @@ time travel!
:::
1. open the `wtf-explore-libraries` project
2. run `packageVersion("dplyr")`
2. update your project `.Rprofile` with a date-based snapshot of CRAN
3. update your project `.Rprofile` with a date-based snapshot of CRAN
``` {.r code-line-numbers="false"}
options(repos = c(RSPM = "https://p3m.dev/cran/2022-12-31"))
```
3. Restart R
4. Restart R
4. `install.packages("dplyr")`
5. `install.packages("dplyr")`
what version of dplyr did you install?
{{< countdown "5:00" >}}
## ⏪
- remove the repository configuration from your project `.Rprofile`
- restart R
- reinstall whatever versions of dplyr you were using before
if that process seems silly, :sparkles: [you should use `renv`](https://github.com/edavidaja/you-should-use-renv) :sparkles:
## renv
::: r-stack
Expand Down

0 comments on commit 72f5c51

Please sign in to comment.