Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csoneson/templatedockershinypkg
https://github.com/csoneson/templatedockershinypkg
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/csoneson/templatedockershinypkg
- Owner: csoneson
- License: other
- Created: 2024-03-01T09:46:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T10:52:29.000Z (10 months ago)
- Last Synced: 2024-12-18T11:47:11.995Z (21 days ago)
- Language: R
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# templateDockerShinyPkg
This repository contains a small package providing a template for a shiny
application, suitable for running in a container environment.
See [this repository](https://github.com/hrhotz/templateDockerShiny) for a
corresponding Dockerfile for setup.## Installation
You can install the development version of templateDockerShinyPkg from
[GitHub](https://github.com/) with:``` r
# install.packages("devtools")
devtools::install_github("csoneson/templateDockerShinyPkg")
```