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
The user should be able to select which methods are applied to find the dependencies which are put in the Dockerfile. These might be combined or follow each other, and even depend on each other
parsing-based (with automagic)
execution-based (for scripts and R Markdown files; might need previous
Can also have one option cntnrt_all that creates a union of all options, and cntnrit_parse should be a union of cntnrt_automagic and cntnrt_requirements:
The user should be able to select which methods are applied to find the dependencies which are put in the Dockerfile. These might be combined or follow each other, and even depend on each other
automagic
)These different steps should have a common API and be chainable, i.e. be able to rely on the previous results.
Internally this might result in
See also ideas in #101
Can also have one option
cntnrt_all
that creates a union of all options, andcntnrit_parse
should be a union ofcntnrt_automagic
andcntnrt_requirements
:The text was updated successfully, but these errors were encountered: