https://github.com/lz100/spsUtil
Utility functions of systemPipeShiny
https://github.com/lz100/spsUtil
Last synced: 4 months ago
JSON representation
Utility functions of systemPipeShiny
- Host: GitHub
- URL: https://github.com/lz100/spsUtil
- Owner: lz100
- Created: 2021-02-10T01:52:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T19:50:28.000Z (over 3 years ago)
- Last Synced: 2024-12-01T02:51:50.662Z (5 months ago)
- Language: R
- Homepage: https://systempipe.org/sps/dev/spsutil/
- Size: 187 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - lz100/spsUtil - Utility functions of systemPipeShiny (R)
README
# spsUtil
The {[systemPipeShiny](https://github.com/systemPipeR/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:
```r
install.packages("spsUtil")
```Develop version:
```r
if (!requireNamespace("remotes", quietly=TRUE))
install.packages("remotes")
remotes::install_github("lz100/spsUtil")
```## User manual
Read the manual of all utilities on [our website](https://systempipe.org/sps/dev/spsutil/).
Read the function reference [here](https://systempipe.org/sps/sps_funcs/).
## Other packages in systemPipeShiny
| Package | Description | Documents | Function reference | Demo |
| --- | --- | --- | :---: | --- |
|[systemPipeShiny](https://github.com/systemPipeR/systemPipeShiny) | SPS main package |[website](https://systempipe.org/sps/)|[link](https://systempipe.org/sps/funcs/sps/reference/) | [demo](https://tgirke.shinyapps.io/systemPipeShiny/)|
|[spsComps](https://github.com/lz100/spsComps) | SPS UI and server components |[website](https://systempipe.org/sps/dev/spscomps/)|[link](https://systempipe.org/sps/funcs/spscomps/reference/) | [demo](https://lezhang.shinyapps.io/spsComps)|
|[drawer](https://github.com/lz100/drawer) | SPS interactive image editing tool |[website](https://systempipe.org/sps/dev/drawer/)|[link](https://systempipe.org/sps/funcs/drawer/reference/) | [demo](https://lezhang.shinyapps.io/drawer)|
|[spsUtil](https://github.com/lz100/spsUtil) | SPS utility functions |[website](https://systempipe.org/sps/dev/spsutil/)|[link](https://systempipe.org/sps/funcs/spsutil/reference/) | NA|