Closed
Description
- Version: v7.2.0
- Platform: OS X
- Subsystem:
docs
In the benchmarks docs, https://github.com/nodejs/node/blob/master/benchmark/README.md, the instructions say to install 2 R packages,
install.packages("ggplot2") install.packages("plyr")
but running those commands in the R repl returns a --- Please select a CRAN mirror for use in this session ---
should be somehting like this, install.packages("ggplot2", repos="http://cran.us.r-project.org")
I can add a PR