dashR icon indicating copy to clipboard operation
dashR copied to clipboard

Create data science and AI web apps in R

Results 51 dashR issues
Sort by recently updated
recently updated
newest added

Hello, We have a private cloud and have been using Rstudio server (https://www.rstudio.com/products/rstudio/download-server/) for Shiny apps and all sorts. I am trying to build dash apps in it but it's...

I would naively have done the latter, but the dash deployment docs are using `init.R`. Is this mostly to prevent the entire docker build from crashing if something is wrong...

A couple of my students found either a bug in DashR, or a mistake in the documentation. From [this page](https://dashr.plot.ly/getting-started), the slider component is written as: ``` dccSlider( min =...

There is a [version of dashbootstrap for R](https://dash-bootstrap-components.opensource.faculty.ai/docs/dashr/) and it would be convenient if this was included in the dash docker image for deployment on heroku. [Including here](https://here.r-lib.org/) would also...

dash-type-maintenance
feature request

As mentioned in https://github.com/plotly/dash-docs/pull/964#discussion_r490372101, users may find it confusing that route handlers added via `app$server_route` should return `TRUE` or `FALSE` depending on whether `routr` should continue traversing the route stack....

Dash for R still retains `?v=` and `&m=` within `utils.R`, when serving fingerprinted assets via the `_dash-component-suites` handler: https://github.com/plotly/dashR/blob/9c5a30760e3be985c866f122e9c2bd6ce2a516a6/R/utils.R#L167-L182 This has since been eliminated in Dash for Python. For the...

dash-type-maintenance
size: 0.25

A new feature to be released in the next Dash version (1.14.0) is `update_title`. This requires a minor addition on the back end to avoid a breaking change, because the...

parity
size: 0.25

DashR equivalent of https://github.com/plotly/dash/issues/1054

parity
size: 1
feature

Hello, I have been testing your example (https://plotly.com/r/network-graphs/) and everything works perfectly. However it would be nice to add some curvature to the lines between nodes (similar to other edge...

As in https://github.com/plotly/dash/pull/1228, Dash for R should provide an option to disable callback firing on initial page load. In addition, `app$config$prevent_initial_callbacks` should be added as well.

parity
size: 1