Skip to content

Commit

Permalink
fixing the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Oct 4, 2018
1 parent f410782 commit 26fd8d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ 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}"

str="unzip('ROBEX.zip', exdir = '.')"
"${R_HOME}"/bin/Rscript.exe -e "${str}"

"${R_HOME}"/bin/Rscript.exe -e 'unzip(\'ROBEX.zip\', exdir = getwd())'
rm ROBEX.zip

mkdir -p inst/dat
Expand Down

0 comments on commit 26fd8d9

Please sign in to comment.