MUCollective / multiverse

R package for creating explorable multiverse analysis
https://mucollective.github.io/multiverse/
GNU General Public License v3.0
62 stars 5 forks source link

inside should only execute the passed in expression (not the whole universe) #24

Closed mjskay closed 4 years ago

mjskay commented 5 years ago

would have to keep track of current universe (that or if the universe changes we would need to re-execute up to the latest point or something)

mjskay commented 5 years ago

e.g. separately keep the current universe's environment (outside the multiverse table) and then just parse and execute only the most recent code chunk in that environment.

abhsarma commented 4 years ago

Currently fixed in the dev branch