Skip to content

Commit

Permalink
no longer on precise
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Apr 27, 2018
1 parent 76dabe4 commit 0055824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ after_success:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then Rscript -e 'covr::coveralls(type =
"all")' ; fi
warnings_are_errors: true
dist: precise
os:
- linux
- osx
Expand Down
4 changes: 2 additions & 2 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
str='download.file('
str=${str}'"http://johnmuschelli.com/robex/ROBEXv12.win.zip"'
str=${str}', destfile = "ROBEX.zip")'
Rscript -e "${str}"
Rscript -e 'unzip("ROBEX.zip", exdir = ".")'
${R_HOME}/bin/Rscript.exe -e "${str}"
${R_HOME}/bin/Rscript.exe -e 'unzip("ROBEX.zip", exdir = ".")'
cp -r ROBEX/* inst/
rm ROBEX.zip

0 comments on commit 0055824

Please sign in to comment.