From 5955cc25fade323296485500104dd90990e2cdc1 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 23 Feb 2017 20:48:24 +0100
Subject: [PATCH] forgot to return result in selectVariableS.R

---
 R/selectVariables.R | 1 +
 1 file changed, 1 insertion(+)

diff --git a/R/selectVariables.R b/R/selectVariables.R
index 92baec8..03578c9 100644
--- a/R/selectVariables.R
+++ b/R/selectVariables.R
@@ -42,4 +42,5 @@ selectVariables = function(phiInit,rhoInit,piInit,gamInit,mini,maxi,gamma,glambd
 		list("selected"=selectedVariables,"Rho"=params$Rho,"Pi"=params$Pi)
 	})
 	parallel::stopCluster(cl)
+	out
 }
-- 
2.44.0