File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -1024,21 +1024,30 @@ time travel!
1024
1024
:::
1025
1025
1026
1026
1. open the `wtf-explore-libraries` project
1027
+ 2. run `packageVersion("dplyr")`
1027
1028
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
1029
1030
1030
1031
``` {.r code-line-numbers="false"}
1031
1032
options(repos = c(RSPM = "https://p3m.dev/cran/2022-12-31"))
1032
1033
```
1033
1034
1034
- 3 . Restart R
1035
+ 4 . Restart R
1035
1036
1036
- 4 . `install.packages("dplyr")`
1037
+ 5 . `install.packages("dplyr")`
1037
1038
1038
1039
what version of dplyr did you install?
1039
1040
1040
1041
{{< countdown "5:00" >}}
1041
1042
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
+
1042
1051
## renv
1043
1052
1044
1053
::: r-stack
You can’t perform that action at this time.
0 commit comments