From 24b1524f20eccd3bfd59171f1f7151fcc272a427 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 14 Mar 2016 10:06:22 +0100 Subject: folds split on unique compounds instead of data entries --- lib/lazar.rb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'lib/lazar.rb') diff --git a/lib/lazar.rb b/lib/lazar.rb index c43dae7..bcae96f 100644 --- a/lib/lazar.rb +++ b/lib/lazar.rb @@ -42,10 +42,16 @@ end # R setup R = Rserve::Connection.new -R.eval "library(ggplot2)" -R.eval "library(grid)" -R.eval "library(gridExtra)" -R.eval "library(pls)" +R.eval " +suppressPackageStartupMessages({ + library(ggplot2) + library(grid) + library(gridExtra) + library(caret) + library(doMC) + registerDoMC(4) +}) +" # Require sub-Repositories require_relative '../libfminer/libbbrc/bbrc' # include before openbabel -- cgit v1.2.3