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

With @kozo2's help, we have identified unwanted indexing behaviour in Dash for R which may slow down app execution if an application directory contains many files/folders. We should refactor indexing...

bug

I had a very useful conversation with @alexcjohnson this afternoon, in which we discussed possible solutions to importing `figure` objects from `plotly::plot_ly` into DashR. One pipeline for importing a figure...

refactor

In Python, we may not need to give names to a list. In R, we would better do so, or the extraction may return `NULL`. The `output` is a list...

bug

@nicolaskruchten @rpkyle When running a [simple app](https://github.com/plotly/dash-sample-apps/tree/dashr-encoding-bug/apps/dashr-encoding-bug) locally, special characters (glyphs, accents, etc...) render properly: ![encoding-bug-local](https://user-images.githubusercontent.com/19624164/58713085-df370e00-838f-11e9-8d8b-3b4e273c86db.png) But on when the app is [deployed to playground](https://dash-playground.plotly.host/Manager/apps/dashr-encoding-bug/overview), it shows up as characters...

bug

As there is no scalar data type in R, this is probably caused by the direct translation of the JS code to the R code. A workaround is to add...

It'd be neat to embed dashR apps inside rmarkdown (via `runtime: dashR`) similar to how one can embed shiny apps via `runtime: shiny`.

enhancement

Notice how updating takes longer the more you click https://github.com/plotly/dashR/blob/master/inst/tutorial/examples/htmlwidgets/plotly-crosstalk.R

dash-stage-backlog
dash-type-bug

The problem appears on Safari 13.0.3 on macOS 10.15.1 (Catalina) but interestingly does NOT occur on Chrome Version 78.0.3904.108. Possibly related to [this issue](https://github.com/plotly/plotly.js/issues/4377) ? [Here's a video](https://ln.sync.com/dl/18a533ab0/z5zdnx8y-gbvpbrix-8y46xqbk-d8frxmek) of the...

When columns contain 'NA' values, then Plotly changes the colors that I assign for the lines and markers. Any ideas on how to fix this? Thank you! (I am using...

- [ ] Implement * https://github.com/ropensci/drake seems like a promising solution to handle more than just pure functions * If drake doesn't pan out, use https://github.com/r-lib/memoise * Could more be...

planning