Skip to content

Commit

Permalink
doc: simplify CRAN mirror text in benchmark guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jul 6, 2021
1 parent 4de6f20 commit 6cb6c2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/guides/writing-and-running-benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@ install.packages("ggplot2")
install.packages("plyr")
```

In the event that a message is reported stating that a CRAN mirror must be
selected first, specify a mirror by adding in the repo parameter.

If we used the "<http://cran.us.r-project.org>" mirror, it could look something
like this:
If a message states that a CRAN mirror must be selected first, specify a mirror
with the `repo` parameter.

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

0 comments on commit 6cb6c2a

Please sign in to comment.