Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjfrigaard/gap
golem (shiny) app-package (gap)
https://github.com/mjfrigaard/gap
Last synced: about 2 months ago
JSON representation
golem (shiny) app-package (gap)
- Host: GitHub
- URL: https://github.com/mjfrigaard/gap
- Owner: mjfrigaard
- License: other
- Created: 2023-07-02T03:24:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T16:03:51.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:11:07.786Z (5 months ago)
- Language: R
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - mjfrigaard/gap - golem (shiny) app-package (gap) (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(repos = 'http://cran.us.r-project.org')
```# gap
## *(**`g`** olem **`a`** pp- **`p`** ackage)*
[![Codecov test coverage](https://codecov.io/gh/mjfrigaard/gap/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mjfrigaard/gap?branch=main)
The goal of `gap` is to demonstrate the `golem` framework.
## Installation
You can install the development version of `gap` from [GitHub](https://github.com/) with:
```{r inst_pkg, eval=TRUE, message=FALSE, warning=FALSE}
install.packages("devtools")
devtools::install_github("mjfrigaard/gap")
```## Run
You can run the application with the following:
```{r example, eval=FALSE}
library(gap)
gap::run_app()
```## Code of Conduct
Please note that the `gap` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.