Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laresbernardo/lareshiny

Shiny Modules
https://github.com/laresbernardo/lareshiny

Last synced: 26 days ago
JSON representation

Shiny Modules

Awesome Lists containing this project

README

        

# lareshiny

### 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)
```