Skip to content

Commit 131d676

Browse files
Trotttargos
authored andcommitted
doc: simplify CRAN mirror text in benchmark guide
PR-URL: #39287 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c92b80e commit 131d676

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: doc/guides/writing-and-running-benchmarks.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,8 @@ install.packages("ggplot2")
7474
install.packages("plyr")
7575
```
7676

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:
77+
If a message states that a CRAN mirror must be selected first, specify a mirror
78+
with the `repo` parameter.
8279

8380
```r
8481
install.packages("ggplot2", repo="http://cran.us.r-project.org")

0 commit comments

Comments
 (0)