From 72f5c51971b985f1089a159667320aa31c876b6c Mon Sep 17 00:00:00 2001 From: edavidaja Date: Sat, 3 Aug 2024 15:40:45 -0400 Subject: [PATCH] shameless plug, refs #20 --- index.qmd | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/index.qmd b/index.qmd index 2ad6b26..4ec9208 100644 --- a/index.qmd +++ b/index.qmd @@ -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