-
Hi
the dropwdown-menu with notifications opens at the right side on mobile outisde the view in stead of right. With Shinydashboard it does opens at the left:
```
library(shiny)
library(bs4Dash…
-
Hi, have found that your package works great with native Shiny inputs, but fails with inputs from the ShinyWidgets package.
Reprex:
```
library(shiny)
library(shinyWidgets)
library(shinyStore…
-
I am using ggplot to generate the boxplot in server.r
But when I am trying to show plot on ui using ggplotly through renderPlotly() in shiny, plot is getting changed.
Please refer attached R-code…
-
## Description
Loading a dataset (tested with "GSE100040") fails with an error code `500`. This error occurs in >90% of tries.
Tested using the ReactomeGSA datasets deployment, as well as `grein…
-
I have been trying to use the docker container to develop custom interactive environments. I have a plugin written but have found that while the container does get started, the static files get 404s w…
-
Hi devs,
My materialSwitches using shinyWidgets 0.7.x look like this:
![image](https://github.com/dreamRs/shinyWidgets/assets/156107083/bfa39f9c-0ee1-4000-a5be-0010c849920a)
However, in 0.8.x…
-
A reproducible example:
library(shiny)
library(DT)
shinyApp(
ui =
navbarPage(title = "test",
tabPanel("one", plotOutput("plot")),
tabPanel("two",
DT::dataTableOutput…
ygc2l updated
4 years ago
-
- **Option 1** Use a free account (Haley) on R Shiny-- do these still exist?
- **Option 2** Matt pulls new changes and published on paid R Shiny account
- **Option 3** Implement R Shiny on mossmatte…
-
```
> shiny::runApp('Documents/shinyHTM')
Listening on http://127.0.0.1:4994
[1] "sourcing settings.r"
Warning: Error in : unable to find an inherited method for function 'reset' for signature '…
-
This is a great function. It took me a while to figure out how to access the server in a web-browser because the function only returned the port number.
Would be nice to figure out how to load the…