Skip to content

Commit

Permalink
fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
gisma committed Aug 14, 2019
1 parent 24b2f9d commit aee91bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parseOTB.R
Expand Up @@ -167,7 +167,7 @@ parseOTBFunction <- function(algos=NULL,gili=NULL) {
ltmp<-length(grep("default value is",sapply(args, "[", 4)[[j]]))
if(ltmp>0) extractit=TRUE
if (extractit) {
cat(j)

tmp<-strsplit(sapply(args, "[", 4)[[j]],split ="default value is ")[[1]][2]
tmp <-strsplit(tmp,split =")")[[1]][1]
cat("iwas")
Expand Down

0 comments on commit aee91bc

Please sign in to comment.