Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cb66e6

Browse filesBrowse files
committed
try explictly installing
1 parent 31d027d commit 0cb66e6
Copy full SHA for 0cb66e6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.