Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjfrigaard/duap
- Owner: mjfrigaard
- License: other
- Created: 2023-06-09T14:19:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T22:12:52.000Z (8 months ago)
- Last Synced: 2024-08-13T07:11:08.663Z (4 months ago)
- Language: R
- Homepage: https://mjfrigaard.github.io/duap/
- Size: 764 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mjfrigaard/duap - devtools & usethis app-package (R)
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()
```