Skip to content

Commit ffbd5b5

Browse files
committed
Update CONTRIBUTING.md
1 parent 43d882d commit ffbd5b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ Sys.setenv('TRAVIS_COMMIT' = substr(system('git rev-parse HEAD', intern = T), 1,
2323
devtools::load_all(); source('tests/testthat.R', chdir = TRUE)
2424
```
2525

26-
You can also build a ggplot2/plotly comparison table:
26+
You can also build a ggplot2/plotly comparison table. To do so, you'll first need to clone the [plotly-test-table](https://github.com/cpsievert/plotly-test-table) repo.
27+
28+
```shell
29+
$ git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
30+
```
31+
32+
Then, from R:
2733

2834
```r
2935
Sys.setenv('PLOTLY_TABLE' = 'TRUE')

0 commit comments

Comments
 (0)