Get started
Prerequisites
R (>=4.0) and Shiny are required.
Manual Installation
As Easy as 1, 2, 3
## Install from CRAN
install.packages("ShinyLink")
## Install from source code
if(!require(httpuv)) install.packages("httpuv")
if(!require(devtools)) install.packages("devtools")
devtools::install_github("nelson-sci-labs/ShinyLink",dependencies=TRUE)
## start using
ShinyLink::run_app()