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 0cb66e6 commit 20c2e19Copy full SHA for 20c2e19
.travis.yml
@@ -41,7 +41,8 @@ before_script:
41
- git config --global user.name "cpsievert"
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; R CMD install $R_PKG
+ - cd ..; rm -f *.tar.gz; R CMD build $R_PKG
45
+ - 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