8000
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 31d027d commit 0cb66e6Copy full SHA for 0cb66e6
.travis.yml
@@ -41,7 +41,7 @@ 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
+ - cd ..; rm -f *.tar.gz; R CMD build $R_PKG; R CMD install $R_PKG
45
46
script:
47
# run R CMD check on the non-pull request build
0 commit comments