1
0
Fork
You've already forked pippy
0
  • R 97.3%
  • Makefile 2.3%
  • CSS 0.4%
2026年07月14日 12:49:53 +01:00
pkg docs: mention importance of the seed 2026年07月14日 12:49:53 +01:00
site first 2026年07月02日 16:18:37 +01:00
.gitignore chore: ignore testthat cruft 2026年07月07日 17:02:10 +01:00
Makefile docs: tweak README 2026年07月13日 11:56:55 +01:00
README.md docs: pkgdown requires inline code for auto-linking vignettes 2026年07月13日 14:21:28 +01:00

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").