You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ To install this package, you can use CRAN (the central R package repository) to
41
41
## Compatibility and troubleshooting
42
42
43
43
Since the visualizations are powered by JavaScript, they are affected by the environment in which they are displayed.
44
-
If nothing shows up in a shiny application or an Rmarkdown document, try to update your web browser.
44
+
45
+
* If nothing shows up in the Rstudio viewer pane, try displaying the plot you generated in your browser instead. You can export the figure using the *Save as Web Page...* option in the *Export* tab of the viewer pane.
46
+
* If nothing shows up in a shiny application or an Rmarkdown document, try to update your web browser.
45
47
See the vignettes for examples of BioCircos plots that should be correctly displayed.
46
48
47
49
### Obseved behavior
@@ -92,4 +94,4 @@ This package relies on several open source projects other R packages, and is mad
92
94
93
95
The package **heatmaply** was used as a model for this vignette, as well as for the **htmlwidgets** configuration.
0 commit comments