moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

flow_data not found #44

Closed smingerson closed 3 years ago

smingerson commented 3 years ago

Great R package! I ran into a few snafus when I started playing with it.

In a fresh R session,

flow::flow_run(mean(1:5))
#> Error in flow_data(base::mean.default, range = NULL, prefix = NULL, sub_fun_id = NULL, : could not find function "flow_data"

Kinda weird, because it looks like your files will be collated in the right order, so not sure what is going on.

This works once library(flow) is run.

moodymudskipper commented 3 years ago

seems related to https://github.com/moodymudskipper/flow/issues/33, it should be straightforward to fix

moodymudskipper commented 3 years ago

This is fixed by https://github.com/moodymudskipper/flow/commit/9e9094197258d1186d75fef092d530ee562e53f7

Thanks a lot for the feedback!

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.