From 2631394516e52bafac2c0cdcb858397ca147b68e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 6 Jul 2021 06:25:51 -0700 Subject: [PATCH] doc: simplify CRAN mirror text in benchmark guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39287 Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/guides/writing-and-running-benchmarks.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 7e00e65a7b8b67..1198abe19bf921 100644 --- a/doc/guides/writing-and-running-benchmarks.md +++ b/doc/guides/writing-and-running-benchmarks.md @@ -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 "" 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")