From b90720cc26d789a96fa6f7a054fe06fc8b4ef33d Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 27 Feb 2016 16:47:48 +0100 Subject: local pls regression as default regression algorithm --- lib/lazar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lazar.rb') diff --git a/lib/lazar.rb b/lib/lazar.rb index ae42d42..e5c1609 100644 --- a/lib/lazar.rb +++ b/lib/lazar.rb @@ -45,7 +45,7 @@ R = Rserve::Connection.new R.eval "library(ggplot2)" R.eval "library(grid)" R.eval "library(gridExtra)" -R.eval "library('pls')" +R.eval "library(pls)" # Require sub-Repositories require_relative '../libfminer/libbbrc/bbrc' # include before openbabel -- cgit v1.2.3