
The {systemPipeShiny} (SPS) framework comes with many useful utility functions. However, installing the whole framework is heavy and takes some time. If you like only a few useful utility functions from SPS, install this package is enough.
Install release version from CRAN:
install.packages("spsUtil")Develop version:
if (!requireNamespace("spsUtil", quietly=TRUE))
    remotes::install_github("lz100/spsUtil")Read the manual of all utilities on our website.
Read the function reference here.
| Package | Description | Documents | Function reference | Demo | 
|---|---|---|---|---|
|  systemPipeShiny | SPS main package | website | link | demo | 
|  spsComps | SPS UI and server components | website | link | demo | 
|  drawer | SPS interactive image editing tool | website | link | demo | 
|  spsUtil | SPS utility functions | website | link | NA |