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
Now with orderly_run() automatically committing completed runs to archive/, the draft/ folder feels misnamed. What is left in there are reports that have failed.
Personally, I sort of miss the old [draft] -> commit to [archive] workflow. Is there scope to bring that back as an option? (Maybe an arg orderly_run(..., archive = FALSE)?)
Otherwise, perhaps rename the folder to something reflecting what lives in there?
The text was updated successfully, but these errors were encountered:
The big issue we get is if you have done a run into draft, people inevitably ended up wanting to use it for things, so things in drafts were sort of both draft and also archive and there was lots of code duplicated doing sort of the same thing, with no clear workflow.
Now, you should be able to delete whatever you want, so the cost of running something is much lower
Thanks, sounds good. I think more directive instructions on 'how to correctly delete' will also help lower the bar on this — just added an issue suggesting on that: #161.
Now with
orderly_run()
automatically committing completed runs toarchive/
, thedraft/
folder feels misnamed. What is left in there are reports that have failed.Personally, I sort of miss the old [draft] -> commit to [archive] workflow. Is there scope to bring that back as an option? (Maybe an arg
orderly_run(..., archive = FALSE)
?)Otherwise, perhaps rename the folder to something reflecting what lives in there?
The text was updated successfully, but these errors were encountered: