Skip to content

Vague suggestions for future development

m. s. legrand edited this page Dec 26, 2018 · 1 revision

Implement a Framework for building custom svgR-based input controls

Major Issue with runApp

The issue is in testing the script. We cannot make a runApp call inside of the shiny app. Ie. embedded runApps are not allowed. Some possible work arounds to consider are

  1. launch a separate shell to run the test in a second shiny instance. (Cannot do with windows)
  2. Use some variation of modules?
  3. Use some variation of insertUI, removeUI

Sharing code across editors

But there are questions on exactly how we would want to do this.

  1. share tibbles, but not shapes?
  2. one-way or two way sharing of tibs?
  3. embed svg inside svg?