Skip to content

Commit aab4a63

Browse files
authored
Add workaround for plot not showing up in Rstudio to README
1 parent 8b31310 commit aab4a63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ To install this package, you can use CRAN (the central R package repository) to
4141
## Compatibility and troubleshooting
4242

4343
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.
4547
See the vignettes for examples of BioCircos plots that should be correctly displayed.
4648

4749
### Obseved behavior
@@ -92,4 +94,4 @@ This package relies on several open source projects other R packages, and is mad
9294

9395
The package **heatmaply** was used as a model for this vignette, as well as for the **htmlwidgets** configuration.
9496

95-
[![](https://cranlogs.r-pkg.org/badges/BioCircos)](https://cran.r-project.org/package=BioCircos)
97+
[![](https://cranlogs.r-pkg.org/badges/BioCircos)](https://cran.r-project.org/package=BioCircos)

0 commit comments

Comments
 (0)