sokolhessnerlab / itrackvalr

Toolkit with a built-in pipeline infrastructure to integrate and analyze eye-tracking, behavioral, and self-report data in R.
MIT License
1 stars 0 forks source link

Use `targets` for data pipeline management #18

Closed aridyckovsky closed 3 years ago

aridyckovsky commented 3 years ago

Problem Splitting our analysis by R notebooks makes sense only for exploration and storytelling. When we have an actual data pipeline figured out, we ought to have it in a real pipeline that we can reproduce without multiple notebooks of many chunks.

Solution Use drake (link: https://github.com/ropensci/drake) to handle our data pipeline.

aridyckovsky commented 3 years ago

After more review it appears drake was superseded by https://docs.ropensci.org/targets/