Skip to content

Commit 08bd614

Browse files
committed
comparison table
1 parent 4afeaf8 commit 08bd614

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +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:
27+
28+
```r
29+
Sys.setenv('PLOTLY_TEST' = 'TRUE')
30+
devtools::load_all(); source('tests/testthat.R', chdir = TRUE)
31+
```
32+
2633
## Code of Conduct
2734

2835
We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the [code of conduct](https://github.com/ropensci/plotly/blob/master/CONDUCT.md) for more information.

0 commit comments

Comments
 (0)