dashR
dashR copied to clipboard
Create data science and AI web apps in R
I assume this will work out of the box, but we should at least have a small example https://github.com/rstudio/promises
* Heroku - Hopefully @gzork can help out here * Docker - plumber's docs seem to cover this pretty well already https://www.rplumber.io/docs/hosting.html#docker * Custom solution - plumber's docs has a...
Similar to https://github.com/rstudio/shiny/commit/4fa2af72cc74bf72dc807e1d1709b13711a8a635 Perhaps, this could be handled on the fiery-level, @thomasp85?
Dead?
Was an interesting project and serious alternative to Shiny. But I guess it's over. Sad.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Hello, CloudFlare recently announced some concerns regarding the polyfill.io CDN to distribute the JS bundle citing malicious code injection: https://blog.cloudflare.com/automatically-replacing-polyfill-io-links-with-cloudflares-mirror-for-a-safer-internet Perhaps the CDN references to polyfill need to be updated?
This block here seems wrong. It is doing the same thing in both cases. https://github.com/plotly/dashR/blob/d281e7025d0906f6f65e0365d25d2a59c362ed9e/R/dash.R#L1897-L1905