123xiaochen / VCFshiny

https://123xiaochen.github.io/VCFshiny/
MIT License
26 stars 6 forks source link

Error in is.call(funBody[[idx]]) && as.character(funBody[[idx]][[1]]) == : 'length = 3' in coercion to 'logical(1) #7

Open MohammadDeen opened 8 months ago

MohammadDeen commented 8 months ago

After installing VCFshiny and all required dependencies, i could start it properly. running the command
VCFshiny::startVCFshiny() returns the following error VCFshiny::startVCFshiny()

Listening on http://127.0.0.1:5171 Warning: Error in &&: 'length = 3' in coercion to 'logical(1)' 60: .rs.findBreakpointSteps 59: .rs.findBreakpointSteps 58: .rs.findBreakpointSteps 57: .rs.findBreakpointSteps 56: .rs.findBreakpointSteps 55: .rs.findBreakpointSteps 54: .rs.findBreakpointSteps 53: .rs.findBreakpointSteps 52: .rs.removeBreakpoints 51: registerShinyDebugHook 50: registerDebugHook 49: installExprFunction 48: reactive 45: eventReactive 40: server 3: runApp 2: %>% 1: VCFshiny::startVCFshiny Error in is.call(funBody[[idx]]) && as.character(funBody[[idx]][[1]]) == : 'length = 3' in coercion to 'logical(1)'. the program does open but you can use it

123xiaochen commented 1 month ago

Thank you for asking the question. Is this a warning message or an error message?