We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{workflows}
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use a LOT of functionality from the workflows package. A recent update to the dev branch on Github breaks the frosting postprocessor (0.2.6.9001).
If this goes to CRAN, we'll have to roll back. This issue is a reminder to post an issue to the workflows package.
workflows
It happens from in action.R from here to here. The specific bug is
action.R
order <- intersect(order, names(actions))
on line 56. This has the effect of enforcing no postprocessor (ever).
The text was updated successfully, but these errors were encountered:
fix up failing checks, see issue #75
385e883
Merge pull request #89 from cmu-delphi/tests-hotfix
a7a83c5
dajmcdon
Successfully merging a pull request may close this issue.
We use a LOT of functionality from the workflows package. A recent update to the dev branch on Github breaks the frosting postprocessor (0.2.6.9001).
If this goes to CRAN, we'll have to roll back. This issue is a reminder to post an issue to the
workflows
package.It happens from in
action.R
from here to here. The specific bug ison line 56. This has the effect of enforcing no postprocessor (ever).
The text was updated successfully, but these errors were encountered: