Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shiny Issues Documentation #3

Open
missyschoenbaum opened this issue Mar 14, 2018 · 4 comments
Open

Shiny Issues Documentation #3

missyschoenbaum opened this issue Mar 14, 2018 · 4 comments
Labels
Documentation documentation items

Comments

@missyschoenbaum
Copy link
Contributor

Here's where collecting information about the Shiny app.

@missyschoenbaum missyschoenbaum self-assigned this Mar 14, 2018
@KarlaMoreno
Copy link
Contributor

KarlaMoreno commented Mar 14, 2018

Leaflet maps wont work offline. Leaflet maps contain street level information. In order to overcome this map visualization when working offline, I have added polygons for all countries, so the user can see the general geographic location where the simulated outbreak is occurring. If the user wants more detailed geographic information and is working offline, then the user will need to add the specific shape files to R code. As this will be user-defined, we wont provide that.

@missyschoenbaum missyschoenbaum added the Documentation documentation items label Mar 14, 2018
@missyschoenbaum missyschoenbaum removed their assignment Mar 14, 2018
@apmbranan
Copy link
Contributor

apmbranan commented Mar 14, 2018

Plotting:

  • Want to keep the same amount of bars in the ggbar plot overlaid on the leaflet maps
  • Color by group in leaflet
  • Include leaflet plot in a Shiny panel?

Coding

  • Want to have downloadable Rmkdn file from Shiny application
  • Can't open .dbf GIS files directly with R
  • Functionalize Shiny
  • Clean up the file importing issues

Documentation

  • Document median outbreak

Functions

@KarlaMoreno
Copy link
Contributor

Working on:
To solve network figures to generate report
To print maps in the generated report. We may need to use other package than leaflet package. Leaflet may work if it is a html report, but not word.

@KarlaMoreno
Copy link
Contributor

Transmission type frequency plot was successfully added.
However, network figures seem not to be displaying correctly. I think is something with how graph.data.frame was constructed.
the generate report function is not working, either the file path or that report.rmd is not using same code as global and names as server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation documentation items
Projects
None yet
Development

No branches or pull requests

3 participants