Ryan Patrick Kyle
Ryan Patrick Kyle
Thanks for the suggestion @joelostblom! I don't have a problem with this myself, especially given the utility of the package, though `dashBootstrapComponents` doesn't take long to install (unlike some of...
> What is the status of integrating ggplot with dashR? @heoa Dash for R provides full support for inlining Plotly figures, including those produced by the `plotly` package, with either...
Thanks @strboul for reporting this issue, for the excellent reproducible example, and for your kind words. I suspect that you're correct about this being related to the way the resulting...
Thanks for reporting @sahirbhatnagar! @HammadTheOne and I will take a look.
> It'd be neat to embed dashR apps inside rmarkdown (via `runtime: dashR`) similar to how one can embed shiny apps via `runtime: shiny`. @nicolaskruchten @alexcjohnson I realize this is...
@sacul-git It would be good to document the work you've already done so we can evaluate where this issue stands, and maybe try to write up a quick demo (if...
I'm sorry you encountered this error @jv1522; I was able to use `cookiecutter` locally, though I'm not currently using Windows on my workstation. Could you share the output of `cookiecutter...
Thanks @z267xu -- nice find and great first issue! This is definitely what I would call a bug, since we want to permit app developers to use similar shorthand in...
@alexcjohnson Is this something that should be on the roadmap once hot reloading and index customization have been implemented?
Error in app$index_string <- index_string : cannot change value of locked binding for 'index_string'
Hi @jrosell! Thanks for reporting this error. It actually looks to appear in two locations: https://github.com/plotly/dash-docs/blob/6dbdcb62ba270e4c1ed9bf54ccd065f76df3d970/dash_docs/chapters/external_resources/examples/custom-index-string.R#L31 https://github.com/plotly/dash-docs/blob/6dbdcb62ba270e4c1ed9bf54ccd065f76df3d970/dash_docs/chapters/external_resources/index.R#L251 If you're interested in submitting a PR to update these, I'm happy to...