-
I try to make installer using https://github.com/zarathucorp/FeederNetEstimation
```r
create_app(app_name = "FeederNetEstimation",
app_repo_url = "https://github.com/zarathucorp/Feede…
-
## Feature request
It'd be nice to directly support conditionally shown content in full-screen cards. Here's how you can get there today.
1. Add conditional content in a `card_body()` with `clas…
-
Seems to be the way to go https://www.sphinx-doc.org
-
### Describe the bug
Recently (last few months) myself and a few others have been unable to install `ecodata` using `remotes::install_github("noaa-edab/ecodata")` or `devtools::install_github("noaa-e…
-
Hi, I am able to render the example heatmap in an RMarkdown html export, but when I try to use save_iheatmap() or try to render the heatmap in the RStudio Viewer, the result is a blank image. Thanks f…
-
For me to currently add a scrollbar to renderText (using renderUI), I have to do the following gymnastics:
````
---
title: "my title"
runtime: shiny
output:
flexdashboard::flex_dashboard:
orien…
-
Hello, looking at the doumentation I see in
`?reactable`
> details: Additional content to display when expanding a row. An R function that takes the row index and column name as arguments, or a …
-
#### `css()`
Currently, `css()` upgrades all instances of `_` to `-`.
This makes it impossible to create a css variable of `--_foo`. `css(**{"--_foo": "bar"})` will get transformed to `---foo:b…
-
Hi, thank you for sharing your package publicly, I am glad that there is a way to go around using shiny for the markdown. I am trying to use your package to display a list of plots and table in tabs a…
-
It's fairly common for me, I'm not sure about others, to want to know whether or not a particular object is a shiny tag. This is usually done as error checking arguments in a function.
I often add …