Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeblair committed Apr 30, 2017
1 parent dc72e7f commit d0c860b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ addToDrat(){
git fetch upstream 2>err.txt
git checkout master

Rscript -e "for(pkg in dir('..', pattern = ifelse(.Platform$OS.type == 'windows', '.zip', '.t*z')) { drat::insertPackage(paste0('../', pkg), \
Rscript -e "for(pkg in dir('..', pattern = ifelse(.Platform$OS.type == 'windows', '.zip', '.t*z'))) { \
drat::insertPackage(paste0(ifelse(.Platform$OS.type == 'windows', '..\\', '../', pkg)), \
repodir = '.', \
commit='Travis update ${APPVEYOR_PROJECT_NAME:-$PKG_REPO} build ${APPVEYOR_REPO_COMMIT:-$TRAVIS_COMMIT}', branch = 'master') }"

Expand Down

0 comments on commit d0c860b

Please sign in to comment.