-
Hi folks, the table is not rendering when I add the CSV download button.
I'm trying this code:
```r
library(shiny)
library(reactable)
n=1e4
df
-
https://github.com/miRTop/mirgff3_shiny/blob/4c50f00a4fd88ddfc14700a57de740461eaeea2e/server.R#L71-L80
Conseguí que funcionara si dejo la variable metadata cargada en memoria por otros medios. Tamb…
-
I set up auth0 authentication, everything works fine on login and log out, but when I click refresh in my browser (Firefox), shiny up goes to gray and it returns an error (from shinyapps.io logs):
…
-
library(shiny)
library(ggplot2)
ui
-
Authentication works fine, but when I try to use the value of `session$userData$auth_info`, it is NULL.
```R
observeEvent(input$submitButton, {
# ulid_submit
-
If there is not a set of latex and pandoc software installed on the localhost then the pdf options will throw the error in the title. I haven't tried this on a shiny server but it is certainly the ca…
-
Hi Dean,
long time no see ;) I can't say that enough: your package is awesome! The only thing I'm currently missing is the support for [Shiny events](https://shiny.rstudio.com/articles/js-events.html…
aoles updated
5 months ago
-
It appears to take 10-20 seconds to load for new users. Is this a shiny server issue? Can you check with Ken on ways to speed this up?
Also, could you please check with Darren on the status of RS…
-
Consider a basic input binding:
```R
# app.R
library(shiny)
incrementButton
-
Hi,
I cannot get `select_group_ui()` and `select_group_server()` get to work inside a shiny module.
I added `ns()` to the IDs but possibly the `virtualSelectInput()`s can't communicate properly …