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
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