We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e50ba2 commit 901e960Copy full SHA for 901e960
index.qmd
@@ -845,7 +845,7 @@ install a package from r-universe
845
:::
846
847
::: small
848
-1. open the `personal-radmin` project
+1. open the `wtf-explore-libraries` project from earlier
849
850
2. `install.packages("gitcellar")` \# not on cran!
851
@@ -856,7 +856,7 @@ install a package from r-universe
856
options(repos = c(
857
ropensci = "https://ropensci.r-universe.dev",
858
CRAN = "https://cloud.r-project.org", # macOS
859
- RSPM = "https://p3m.dev/cran/latest" # windows
+ P3M = "https://p3m.dev/cran/latest" # windows
860
))
861
```
862
0 commit comments