From 73fabfa998e62fb1d5b5800c8655a6ea143488bd Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 4 Apr 2016 15:41:25 +0200 Subject: last commit doesnt work this way --- ext/lazar/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/lazar/extconf.rb b/ext/lazar/extconf.rb index 49d7506..a577baa 100644 --- a/ext/lazar/extconf.rb +++ b/ext/lazar/extconf.rb @@ -10,7 +10,7 @@ programs.each do |program| abort "Please install #{program} on your system." unless find_executable program end -#abort "Please install Rserve on your system. Execute 'install.packages('Rserve')' in a R console running as root ('sudo R')." unless `R CMD Rserve --version`.match(/^Rserve/) +abort "Please install Rserve on your system. Execute 'install.packages('Rserve')' in a R console running as root ('sudo R')." unless `R CMD Rserve --version`.match(/^Rserve/) # install R packages r_dir = File.join main_dir, "R" -- cgit v1.2.3