We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92b80e commit 131d676Copy full SHA for 131d676
doc/guides/writing-and-running-benchmarks.md
@@ -74,11 +74,8 @@ install.packages("ggplot2")
74
install.packages("plyr")
75
```
76
77
-In the event that a message is reported stating that a CRAN mirror must be
78
-selected first, specify a mirror by adding in the repo parameter.
79
-
80
-If we used the "<http://cran.us.r-project.org>" mirror, it could look something
81
-like this:
+If a message states that a CRAN mirror must be selected first, specify a mirror
+with the `repo` parameter.
82
83
```r
84
install.packages("ggplot2", repo="http://cran.us.r-project.org")
0 commit comments