ua-snap / shiny-apps

R Shiny apps
234 stars 191 forks source link

CMIP3 / CMIP5 app - Markdown #81

Closed leonawicz closed 9 years ago

leonawicz commented 10 years ago

Replace some custom HTML with markdown.

leonawicz commented 10 years ago

Intro panels replaced. Next consider replacing sections of the html in the about.R file.

leonawicz commented 10 years ago

Use knitr to knit a good help doc for the app, to be displayed in the app.

leonawicz commented 10 years ago

Help doc should address each plot type and should include example graphs.

Most importantly, help doc should be a user guide. Secondarily, there should also be documentation on for the R code. Also discuss the data files, their structure, and how they are stored, accessed, and used.

leonawicz commented 10 years ago

Five draft markdown help docs created:

Getting Started Working With Data Graphical Options Updating Settings Graphing

These focus on usability and fall under 'Help' in the navbar. Others will focus on code. One for the 'Home' tab will be more pizzazz.

leonawicz commented 10 years ago

Graphing has been broken into four sections:

Time Series Scatter Plots Heat Maps Variability

leonawicz commented 10 years ago

Add a graphing section on spatial distributions

leonawicz commented 10 years ago

Next steps:

Add text to graphing sections: Scatter Plots Heat Maps Variability Spatial Distributions

Begin R Code documentation

Begin Home page documentation

leonawicz commented 9 years ago

Text updated, graphics added.

Next steps:

Begin R Code documentation

Begin Home page documentation

leonawicz commented 9 years ago

Basic R code documentation in place. Initial home/landing page created.