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
Maybe we can generate the deps.yml file with versions from the session?
introduce "mode" to containerit(..) function which supports "docker_run" (the current approach) and "automagic" (only works for files). Alternatively, consider adding functions like containerit_docker_run() and containerit_automatic() to dispatch based on the mode.
The text was updated successfully, but these errors were encountered:
Try out https://github.com/cole-brokamp/automagic and see how it could fit in with containerit:
https://cran.r-project.org/web/packages/automagic/index.html
Maybe we can generate the
deps.yml
file with versions from the session?containerit(..)
function which supports"docker_run"
(the current approach) and"automagic"
(only works for files). Alternatively, consider adding functions likecontainerit_docker_run()
andcontainerit_automatic()
to dispatch based on the mode.The text was updated successfully, but these errors were encountered: