Skip to content

Commit

Permalink
- Fixed Rscript in makefile problem
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Apr 27, 2018
1 parent 404baf7 commit 76dabe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: robex
Version: 1.2.3
Version: 1.2.4
Title: Robust Brain Extraction ('ROBEX')
Description: Wrapper for Robust Brain Extraction ('ROBEX') algorithm
<DOI:10.1109/TMI.2011.2138152>. Provides the binary distributions
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ CMAKE_BUILD_TYPE=Release
str='download.file('
str=${str}'"http://johnmuschelli.com/robex/ROBEXv12.source.all_platforms.zip"'
str=${str}', destfile = "ROBEX.zip")'
Rscript -e "${str}"
"${R_HOME}/bin/Rscript" -e "${str}"

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

mkdir -p inst/dat
Expand Down

0 comments on commit 76dabe4

Please sign in to comment.