Skip to content

Commit

Permalink
trying source
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Oct 4, 2018
1 parent 400ea2e commit 0b64eef
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
Expand Up @@ -18,11 +18,11 @@ CMAKE_BUILD_TYPE=Release


str='download.file('
str=${str}"'http://johnmuschelli.com/robex/ROBEXv12.source.all_platforms.zip'"
str=${str}", destfile = 'ROBEX.zip')"
str=${str}'\'http://johnmuschelli.com/robex/ROBEXv12.source.all_platforms.zip\''
str=${str}', destfile = \'ROBEX.zip\')'
"${R_HOME}"/bin/Rscript.exe -e "${str}"
"${R_HOME}"/bin/Rscript.exe -e 'unzip("ROBEX.zip", exdir = getwd())'
"${R_HOME}"/bin/Rscript.exe -e 'unzip(\'ROBEX.zip\', exdir = getwd())'
rm ROBEX.zip
mkdir -p inst/dat
Expand Down

0 comments on commit 0b64eef

Please sign in to comment.