No description
https://TimTaylor.codeberg.page/pippy
- R 97.3%
- Makefile 2.3%
- CSS 0.4%
| pkg | docs: mention importance of the seed | |
| site | first | |
| .gitignore | chore: ignore testthat cruft | |
| Makefile | docs: tweak README | |
| README.md | docs: pkgdown requires inline code for auto-linking vignettes | |
About
pippy aims to make it easy for users to adopt a functional approach to their analysis. Pipelines are defined using a reduced subset of R and, when run, use an intelligent approach to work planning and object caching. Whilst the goal is to be "good enough" for many pieces of analysis, by encouraging a functional approach, it remains easy to move to more advanced alternatives such as targets.
Status
Whilst pippy is getting trialled by colleagues, it should be treated as experimental.
Installation
When pippy has been tested more it will be made available on CRAN. Until then, the best way to install is via the R-universe builds.
install.packages('pippy', repos = c('https://timtaylor.r-universe.dev', 'https://cloud.r-project.org'))
Learning more
To get started please see vignette("pippy").