Skip to content

Commit

Permalink
adding example of R_HOME value in the doc to understand it construction
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeco authored and AndreyAkinshin committed Sep 6, 2019
1 parent 06f0e77 commit a2d9e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/articles/configs/exporters.md
Expand Up @@ -22,7 +22,8 @@ By default, files with results will be located in

[You can install R](https://www.r-project.org/) to automatically get nice plots of your benchmark results.
First, make sure `Rscript.exe` or `Rscript` is in your path,
or define an R_HOME environment variable pointing to the R installation directory (containing the `bin` directory).
or define an R_HOME environment variable pointing to the R installation directory.
_eg: If `Rscript` is located in `/path/to/R/R-1.2.3/bin/Rscript`, then `R_HOME` must point to `/path/to/R/R-1.2.3/`, it **should not** point to `/path/to/R/R-1.2.3/bin`_
Use `RPlotExporter.Default` and `CsvMeasurementsExporter.Default` in your config,
and the `BuildPlots.R` script in your bin directory will take care of the rest.

Expand Down

0 comments on commit a2d9e33

Please sign in to comment.