R Package with Shiny Modules
Installation
```{r} ## CRAN VERSION install.packages(“lareshiny”)
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) ```