-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Additional (unnecessary?) attached libraries in get r code #593
Comments
This comes from the design of how we recognize dependencies, Line 41 in a0963ef
I think we should leave it if there is no clever move to reduce the list of dependencies.
For sure there could be more advanced solutions, like specifying dependencies when chunks are built. |
From @mhallal1
|
Closing this one. We can't separate output-related and app-related libraries. We moving to the solution where we provide teal_data() |> within({library(...)}) |
When running this example:
I noticed show r code attaches all the behind-the-scenes libraries which might not be needed
![image](https://user-images.githubusercontent.com/24480246/159911712-c02ff905-82c0-4b8f-9170-d24c361cb823.png)
The text was updated successfully, but these errors were encountered: