Skip to content
Snippets Groups Projects
Unverified Commit ff7fffd6 authored by Todor Kondic's avatar Todor Kondic
Browse files

Fix typo

parent 4f6ee1f7
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ attch<-function(...) paste(...,sep='') ...@@ -34,7 +34,7 @@ attch<-function(...) paste(...,sep='')
##' @export ##' @export
sw.do<-function(fn_data,fn_cmpd_list,mode,rdir=".") { sw.do<-function(fn_data,fn_cmpd_list,mode,rdir=".") {
mkdir(rdir) no_drama_mkdir(rdir)
wdirs<-sapply(basename(fn_data),function(nm) file.path(rdir,stripext(nm))) wdirs<-sapply(basename(fn_data),function(nm) file.path(rdir,stripext(nm)))
sapply(wdirs,mkdir) sapply(wdirs,mkdir)
stgs<-sapply(basename(wdirs),function (nm) paste(nm,"yml",sep='.')) stgs<-sapply(basename(wdirs),function (nm) paste(nm,"yml",sep='.'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment