numeract / rflow

Flexible R Pipelines with Caching

Home Page:https://numeract.github.io/rflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider `future` for calculations

MikeBadescu opened this issue · comments

future package: https://github.com/HenrikBengtsson/future

  • it does not affect storage, just the "lazy evaluation"
  • $evaluate() will still do the calc when requested - use future for reactivity
  • as with shiny, rf() should be future aware