holtzy / GenMap-Comparator

An application to compare genetic maps with D3 & Shiny
21 stars 9 forks source link

error launching app #1

Closed MichelMoser closed 6 years ago

MichelMoser commented 7 years ago

Hi, i try to run your app, but its terminating with following error:

runGitHub("GenMap-Comparator","holtzy")

Listening on http://127.0.0.1:5265
Warning: Error in $: $ operator is invalid for atomic vectors
Stack trace (innermost first):
    51: tag
    50: tags$a
    49: tag
    48: tags$li
    47: FUN
    46: lapply
    45: buildTabset
    44: navbarPage
    43: shinyUI
     3: runApp
     2: runUrl
     1: runGitHub
Error : $ operator is invalid for atomic vectors
Warning: Error in $: $ operator is invalid for atomic vectors
Stack trace (innermost first):
    51: tag
    50: tags$a
    49: tag
    48: tags$li
    47: FUN
    46: lapply
    45: buildTabset
    44: navbarPage
    43: shinyUI
     3: runApp
     2: runUrl
     1: runGitHub
Error : $ operator is invalid for atomic vectors

Thx

adarvishian commented 6 years ago

I have the same issue. Has there been a fix?

holtzy commented 6 years ago

Hi @MichelMoser and @adarvishian,

I finally found the time to work on this project again. The bug is fixed now, so it should work properly.

Thanks for your feedback,