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 3eaea56 commit 400ea2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 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 = ".")'
# ${R_HOME}/bin/Rscript.exe -e 'unzip("ROBEX.zip", exdir = getwd())'
# cp -r ROBEX/* inst/
# rm ROBEX.zip

Expand All @@ -22,7 +22,7 @@ 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 = ".")'
"${R_HOME}"/bin/Rscript.exe -e 'unzip("ROBEX.zip", exdir = getwd())'
rm ROBEX.zip

mkdir -p inst/dat
Expand Down

0 comments on commit 400ea2e

Please sign in to comment.