-
If you include spaces in your file name you will get an error when you try to embed the source code. For example, if I try to run a filed named "Final Project.Rmd" I get the error below, but when I ru…
-
Hi
Thanks for your amazing pacakge, I'm glad to use it!
but when I used `chartJSRadar` to generate [Radar Chart](https://cran.r-project.org/web/packages/radarchart/radarchart.pdf) in flexdashboard
I…
-
First of all, thanks for this package.
I have a question about the `sizingPolicy` in`ggiraph.R`. Is there any reason to avoid `browser.fill = TRUE`?
```
htmlwidgets::createWidget(
name = 'g…
-
A few users of `shinyjs` have reported strange behaviour sometimes when combining an alert message with other javascript functions, and I finally took the time to look into it and it looks like a Shin…
-
How do I get shinyjs to work on flexdashboard?
-
I'm not sure if this is an issue or a "feature". : )
Regardless, I'm looking for input on how best to harmonize the appearance and styling of Shiny sliders and DT filter sliders. Any suggestions ar…
-
### Expected behavior
### Actual behavior
### Steps to reproduce the problem
### `session_info()`
``` R
# please paste here the result of
devtools::session_info()
```
-
I am trying to publish a shiny powered flexdashboard. I have some development versions of packages not on CRAN and it is causing errors to be thrown. How do I point the RMD file to install packages …
-
Currently markdown cells are formatted via `knitr` and the `markdown` package. In this case `knitr` is trying to take a screenshot of the widget using phantom.js through the `webshot` package.
This …
-
My RMarkdown or flexdashboard documents (that include shiny apps) stopped working with this error:
`Error: object 'sc' not found`
It seemed to be an rmarkdown, or flexdashboard package issue, or err…