-
Notifications
You must be signed in to change notification settings - Fork 4
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
Loading packages not working #12
Comments
Hi, thanks for the kind words! Does it work if you explicitly load the library with |
Yes, that works. Perhaps I misunderstood that by including the packages in the YAML I wouldn't need to do that. |
Sometimes it is useful to have a package that is installed, but not loaded with We can add an additional yaml configuration option to also load the package once it has finished installing. |
That would be a welcome addition. |
I second this request. While teaching it's frustrating to always have to type |
First of all, thanks for a great extension!
This example isn't working for me:
When I try to make a plot with ggplot2 I get:
Error in ggplot(mtcars, aes(wt, mpg)) : could not find function "ggplot"
The text was updated successfully, but these errors were encountered: