An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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|