Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjfrigaard/duap

devtools & usethis app-package
https://github.com/mjfrigaard/duap

Last synced: 8 days ago
JSON representation

devtools & usethis app-package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# `duap`

The goal of `duap` is to demonstrate how to build a shiny application using `devtools` and `usethis`

## Installation

You can install the development version of `duap` like so:

``` r
install.packages("remotes")
remotes::install_github("mjfrigaard/duap")
```

## Run app

```{r , eval = FALSE}
duap::moviesApp()
```