Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Data pane, function calls are shown in reverse order #50

Closed
wch opened this issue May 2, 2016 · 0 comments
Closed

In Data pane, function calls are shown in reverse order #50

wch opened this issue May 2, 2016 · 0 comments

Comments

@wch
Copy link
Member

wch commented May 2, 2016

In this example, I'd expect the order in the data pane to be the same as the order in the code, but it's reversed.

profvis({
  # Make copies of pause function, with different names
  pause2 <- pause
  pause3 <- pause

  pause(0.1)
  pause2(0.1)
  pause3(0.1)
})

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant