hope-data-science / tidyft

Tidy Verbs for Fast Data Operations by Reference
https://hope-data-science.github.io/tidyft/
Other
34 stars 3 forks source link

Fix for dev profvis #4

Open hadley opened 2 months ago

hadley commented 2 months ago

For complicated reasons, we had to change the evaluation strategy in profvis and it no longer modifies the environment that it's run in. However, I think bench::mark() probably better suited for your use case anyway, especially since it comes with a convenient way to check the outputs are equal.

hope-data-science commented 2 months ago

Thank you for the requests. I have merged them all. I will resubmit the package within days, grateful for your help.