Awesome
spsUtil <img src="https://github.com/lz100/spsUtil/blob/master/img/sps_sub_pkgs.png?raw=true" align="right" height="139" />
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
Install release version from CRAN:
install.packages("spsUtil")
Develop version:
if (!requireNamespace("remotes", quietly=TRUE))
install.packages("remotes")
remotes::install_github("lz100/spsUtil")
User manual
Read the manual of all utilities on our website.
Read the function reference here.
Other packages in systemPipeShiny
Package | Description | Documents | Function reference | Demo |
---|---|---|---|---|
<img src="https://github.com/systemPipeR/systemPipeR.github.io/blob/main/static/images/sps_small.png?raw=true" align="right" height="30" width="30"/>systemPipeShiny | SPS main package | website | link | demo |
<img src="https://github.com/systemPipeR/systemPipeR.github.io/blob/main/static/images/spscomps.png?raw=true" align="right" height="30" width="30" />spsComps | SPS UI and server components | website | link | demo |
<img src="https://github.com/systemPipeR/systemPipeR.github.io/blob/main/static/images/drawer.png?raw=true" align="right" height="30" width="30" />drawer | SPS interactive image editing tool | website | link | demo |
<img src="https://github.com/systemPipeR/systemPipeR.github.io/blob/main/static/images/spsutil.png?raw=true" align="right" height="30" width="30" />spsUtil | SPS utility functions | website | link | NA |