8000 try explictly installing · plotly/plotly.R@0cb66e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cb66e6

Browse files
committed
try explictly installing
1 parent 31d027d commit 0cb66e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_script:
4141
- git config --global user.name "cpsievert"
4242
- echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
4343
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
44-
- cd ..; rm -f *.tar.gz; R CMD build $R_PKG
44+
- cd ..; rm -f *.tar.gz; R CMD build $R_PKG; R CMD install $R_PKG
4545

4646
script:
4747
# run R CMD check on the non-pull request build

0 commit comments

Comments
 (0)
0