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
Currently, orderly_pull_dependencies() requires a complete orderly.yml including script file and artefact to run.
For example, if no artefact is listed yet:
> orderly::orderly_pull_dependencies()
Error in check[[x]](raw[[x]], config, filename) :
At least one artefact required
For development workflow, if valid dependencies exist in the orderly.yml, it would be nice for orderly_pull_dependencies() to proceed to fetch them and raise a warning about the missing components of the orderly.yml, similar to the behaviour for orderly_develop_start().
Thanks,
Jeff
The text was updated successfully, but these errors were encountered:
Currently,
orderly_pull_dependencies()
requires a completeorderly.yml
including script file and artefact to run.For example, if no artefact is listed yet:
For development workflow, if valid dependencies exist in the
orderly.yml
, it would be nice fororderly_pull_dependencies()
to proceed to fetch them and raise a warning about the missing components of theorderly.yml
, similar to the behaviour fororderly_develop_start()
.Thanks,
Jeff
The text was updated successfully, but these errors were encountered: