The goal of systemPipeS is to ...
You can install the released version of systemPipeS from Github with:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("systemPipeR/systemPipeS", build_vignettes=TRUE, dependencies=TRUE)This is a basic example which shows you how to solve a common problem:
library(systemPipeS)
## basic example code
## To be added...Run to update the website (./docs/ folder)
pkgdown::build_site()