summaryrefslogtreecommitdiff
path: root/lib/lazar.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-11-16 11:29:25 +0100
committergebele <gebele@in-silico.ch>2017-11-16 11:29:25 +0100
commitcabb854a968acf46f3cc761fce451461197e2684 (patch)
tree4fc2fc39513060a867d47c9b31051cd8acd9d455 /lib/lazar.rb
parentcd00870e85232cff1da76051f31d34f093110c9c (diff)
remove runtime dependency rserve-client
Diffstat (limited to 'lib/lazar.rb')
-rw-r--r--lib/lazar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lazar.rb b/lib/lazar.rb
index 1fbd75a..5bcfadf 100644
--- a/lib/lazar.rb
+++ b/lib/lazar.rb
@@ -49,7 +49,7 @@ end
# should work on POSIX including os x
# http://stackoverflow.com/questions/19619582/number-of-processors-cores-in-command-line
NR_CORES = `getconf _NPROCESSORS_ONLN`.to_i
-R = Rserve::run.Rserve(remote=TRUE)
+R = Rserve::Connection.new
=begin
R.eval "
suppressPackageStartupMessages({