Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laresbernardo/lareshiny
Shiny Modules
https://github.com/laresbernardo/lareshiny
Last synced: 26 days ago
JSON representation
Shiny Modules
- Host: GitHub
- URL: https://github.com/laresbernardo/lareshiny
- Owner: laresbernardo
- Created: 2019-08-29T19:53:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T22:11:00.000Z (over 1 year ago)
- Last Synced: 2023-11-20T14:49:27.478Z (12 months ago)
- Language: R
- Homepage: https://laresbernardo.github.io/lareshiny/
- Size: 587 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - laresbernardo/lareshiny - Shiny Modules (R)
README
### R Package with Shiny Modules
[![R-CMD-check](https://github.com/laresbernardo/lareshiny/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/laresbernardo/lareshiny/actions?query=workflow%3AR-CMD-check) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/lareshiny)](https://cran.r-project.org/package=lareshiny) [![docs](https://github.com/laresbernardo/lareshiny/workflows/documentation/badge.svg)](https://laresbernardo.github.io/lareshiny/reference/index.html)
----Shiny modules and functions with reproducible use cases such as login modules and visualization dynamic tools.
## Installation
```{r}
## CRAN VERSION
install.packages("lareshiny")## DEV VERSION
# If you don't have remotes yet, run: install.packages('remotes')
remotes::install_github("laresbernardo/lareshiny")
# Full installation with recommended dependencies (takes more time)
remotes::install_github("laresbernardo/lareshiny", dependencies = TRUE)
```