Skip to content

Commit 72f5c51

Browse files
committed
shameless plug, refs #20
1 parent 07fdfdf commit 72f5c51

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

index.qmd

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,21 +1024,30 @@ time travel!
10241024
:::
10251025
10261026
1. open the `wtf-explore-libraries` project
1027+
2. run `packageVersion("dplyr")`
10271028
1028-
2. update your project `.Rprofile` with a date-based snapshot of CRAN
1029+
3. update your project `.Rprofile` with a date-based snapshot of CRAN
10291030
10301031
``` {.r code-line-numbers="false"}
10311032
options(repos = c(RSPM = "https://p3m.dev/cran/2022-12-31"))
10321033
```
10331034
1034-
3. Restart R
1035+
4. Restart R
10351036
1036-
4. `install.packages("dplyr")`
1037+
5. `install.packages("dplyr")`
10371038
10381039
what version of dplyr did you install?
10391040
10401041
{{< countdown "5:00" >}}
10411042
1043+
## ⏪
1044+
1045+
- remove the repository configuration from your project `.Rprofile`
1046+
- restart R
1047+
- reinstall whatever versions of dplyr you were using before
1048+
1049+
if that process seems silly, :sparkles: [you should use `renv`](https://github.com/edavidaja/you-should-use-renv) :sparkles:
1050+
10421051
## renv
10431052
10441053
::: r-stack

0 commit comments

Comments
 (0)