I am trying using AnnotationHub's display() to use the interface and I get a popup JavaScript Alert. See link below. Why do I get this error? I am only using the package. I am not writing any code for shiny apps on my own.
![Screenshot][2]
I am trying using AnnotationHub's display() to use the interface and I get a popup JavaScript Alert. See link below. Why do I get this error? I am only using the package. I am not writing any code for shiny apps on my own.
![Screenshot][2]
There is an open issue https://github.com/Bioconductor/AnnotationHub/issues/10
unfortunately this stems from the dependency package interactiveDisplayBase
. It gives this error on the interactiveDisplayBase example with mtcars as well interactiveDisplayBase::display(mtcars)
. We have reached out to the maintainer to fix the issue but so far have been unresponsive. While it is slightly less convenient than doing everything directly in R, may I suggest using the interface directly at https://annotationhub.bioconductor.org/ while we wait for the solution from interactiveDisplayBase.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.