You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I commonly start an analysis with library(tidyverse) and then go to use automagic to create a deps.yaml file, but do not want to take the time to manually check which of the tidyverse packages I actually need and substitute the appropriate library calls so that I don't have to install the entire tidyverse every time I deploy (which is usually from source).
An idea would be to add a helper function that can modify deps.yaml automatically to only install *verse packages that are needed.
The text was updated successfully, but these errors were encountered:
I commonly start an analysis with
library(tidyverse)
and then go to useautomagic
to create adeps.yaml
file, but do not want to take the time to manually check which of thetidyverse
packages I actually need and substitute the appropriate library calls so that I don't have to install the entiretidyverse
every time I deploy (which is usually from source).An idea would be to add a helper function that can modify
deps.yaml
automatically to only install*verse
packages that are needed.The text was updated successfully, but these errors were encountered: