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

<expr> should be listed first #77

Closed
wch opened this issue May 12, 2017 · 0 comments
Closed

<expr> should be listed first #77

wch opened this issue May 12, 2017 · 0 comments

Comments

@wch
Copy link
Member

wch commented May 12, 2017

In this example, <expr> is not the first file listed, but it should be.

# Make sure ggplot2 has source refs
install.packages("ggplot2", type="source", INSTALL_opts="--with-keep.source")

library(profvis)
library(ggplot2)

profvis({
  g <- ggplot(mtcars, aes(wt, mpg)) + geom_point()
  print(g)			
})
@wch wch closed this as completed in 6b04e85 Aug 22, 2017
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