spsComps
The {systemPipeShiny} (SPS) framework comes with many UI and server components. However, installing the whole framework is heavy and takes some time. If you would like to use UI and server components from SPS in your own Shiny apps, but do not want to install the whole framework, just install {spsComps}.
View the online demo: https://lezhang.shinyapps.io/spsComps
Install
Install release version from CRAN:
install.packages("spsComps")
Develop version:
if (!requireNamespace("spsComps", quietly=TRUE))
remotes::install_github("lz100/spsComps")
User manual
Read details of these components on our website
Other packages in systemPipeShiny
Package | Description | Documents | Demo |
---|---|---|---|
systemPipeShiny | SPS main package | website | demo |
spsComps | SPS UI and server components | website | demo |
spsUtil | SPS utility functions | website | NA |
drawR | SPS interactive image editting tool | website | demo |