Skip to content

Commit

Permalink
trying configure.win
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Oct 4, 2018
1 parent 8a921dd commit 1e9fceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.win
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

str='download.file('
str=${str}'"http://johnmuschelli.com/robex/ROBEXv12.win.zip"'
str=${str}', destfile = "ROBEX.zip")'
str="download.file("
str=${str}"'http://johnmuschelli.com/robex/ROBEXv12.win.zip'"
str=${str}", destfile = 'ROBEX.zip')"
${R_HOME}/bin/Rscript.exe -e "${str}"
${R_HOME}/bin/Rscript.exe -e 'unzip("ROBEX.zip", exdir = ".")'
cp -r ROBEX/* inst/
Expand Down

0 comments on commit 1e9fceb

Please sign in to comment.