ThinkR-open / engineering-shiny-book

Engineering Production-Grade Shiny Apps — Published in the R Series
https://engineering-shiny.org/
Other
237 stars 113 forks source link

Short description of the workflow #19

Closed ColinFay closed 4 years ago

ColinFay commented 5 years ago

https://github.com/ThinkR-open/building-shiny-apps-workflow/blob/master/workflow.Rmd

The idea there is to have a kind of one chapter cheatsheet about the whole workflow. So each subpart should summarize the steps of the workflow.

statnmap commented 5 years ago

Some ideas

Prototype

Package

Modularize

Deploy

Special case for Shiny Applications

A Shiny Application is in a package

Our working method requires Shiny Applications to be

"Build, Integrate, Transfer, Explore" The "4 steps" method I think it sums it up well:

If we could find a word other than "Modularize" we could have something like: "The 4 steps shiny app: Prototype, Package, Podule, Production"

statnmap commented 4 years ago

This one has been merged. We can close it.