You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current benchmark docs showing how to install R packages
doesn't go into how to specify a CRAN mirror.
This commit shows how to specify the repo parameter when
installing a package.
Fixes: #10204
PR-URL: #10211
Reviewed-By: Andreas Madsen <[email protected]>
Copy file name to clipboardExpand all lines: benchmark/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,21 @@ install.packages("ggplot2")
50
50
install.packages("plyr")
51
51
```
52
52
53
+
### CRAN Mirror Issues
54
+
In the event you get a message that you need to select a CRAN mirror first.
55
+
56
+
You can specify a mirror by adding in the repo parameter.
57
+
58
+
If we used the "http://cran.us.r-project.org" mirror, it could look somehting like
0 commit comments