Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.34 KB

README.md

File metadata and controls

76 lines (51 loc) · 2.34 KB

door

Lifecycle:experimental

Brief Plan (Document)

google docs

Brief Plan (UI Design)

Import plan 001

Import plan 002

Import plan 003

Import plan 004

Import plan 005

Import plan 006

Import plan 007

Import plan 008

The goal of door is to …

Installation

You can install the development version of door from GitHub with:

# install.packages("devtools")
devtools::install_github("statgarten/door")

Example

This is a basic example which shows you how to solve a common problem:

library(door)
## basic example code
door::run_app()
#> Loading required package: shiny
#> 
#> Listening on http://127.0.0.1:7386

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

You’ll still need to render README.Rmd regularly, to keep README.md up-to-date. devtools::build_readme() is handy for this. You could also use GitHub Actions to re-render README.Rmd every time you push. An example workflow can be found here: https://github.com/r-lib/actions/tree/v1/examples.