https://github.com/jimbrig/shinyPacker
shinyPacker
https://github.com/jimbrig/shinyPacker
Last synced: 5 months ago
JSON representation
shinyPacker
- Host: GitHub
- URL: https://github.com/jimbrig/shinyPacker
- Owner: jimbrig
- License: other
- Created: 2022-01-04T02:06:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T21:59:48.000Z (over 2 years ago)
- Last Synced: 2024-11-13T14:54:19.225Z (5 months ago)
- Language: R
- Size: 369 KB
- Stars: 1
- Watchers: 2
- 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 - jimbrig/shinyPacker - shinyPacker (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# shinyPacker
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/jimbrig/shinyPacker?branch=main)
[](https://github.com/jimbrig/shinyPacker/actions)The goal of shinyPacker is to ...
## Installation
You can install the development version of shinyPacker like so:
``` r
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
```## Code of Conduct
Please note that the shinyPacker project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.