We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c2e19 commit b92ec16Copy full SHA for b92ec16
.travis.yml
@@ -42,7 +42,7 @@ before_script:
42
- echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
43
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
44
- cd ..; rm -f *.tar.gz; R CMD build $R_PKG
45
- - R CMD install plotly_4.7.1.9000.tar.gz
+ - R CMD INSTALL plotly_4.7.1.9000.tar.gz
46
47
script:
48
# run R CMD check on the non-pull request build
0 commit comments