From e8540eac32c0dc10153677dcdafe5152124966a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu>
Date: Wed, 19 Jun 2019 17:20:40 +0200
Subject: [PATCH] Fix docs

---
 R/mix.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/mix.R b/R/mix.R
index 211dad2..0786470 100644
--- a/R/mix.R
+++ b/R/mix.R
@@ -131,7 +131,7 @@ single.sw<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",arc
     w <- RMassBank::newMsmsWorkspace()
     ## Run the workflow.
     message(paste("Reading in file:",fn_data))
-    w <-msmsRead(w,filetable=fn_table,readMethod="mzR",mode=mode)
+    w <-RMassBank::msmsRead(w,filetable=fn_table,readMethod="mzR",mode=mode)
     archdir<-file.path(wd,archdir)
     if (!dir.exists(archdir)) dir.create(archdir)
     fn_arch<-file.path(archdir,paste(fn_data,".archive",sep=''))
-- 
GitLab