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
There was apparently (?) a missing dependency, which never came up before because:
it was only needed when there were missing DOIs, which did not come up in much of the testing
the dependency (gluedown) is probably part of muggle-buildtime anyway (?), so it never came up inside ghactions testing
inside azure, muggle-runtime probably did not have this, and that's why it failed.
This is a pretty bad failure mode.
Fixes:
also run (smoke?) test on muggle-runtime in github actions (though even the entrypoint wouldn't have captured that?!)
don't use any dependencies in the rmarkdown template, because forgetting those doesn't get caught in R CMD check (as per refactor ELT + analysis codebase #52).
The text was updated successfully, but these errors were encountered:
haha, this was a fun one just now solved in https://github.com/subugoe/metacheck/actions/runs/413556533.
There was apparently (?) a missing dependency, which never came up before because:
muggle-buildtime
anyway (?), so it never came up inside ghactions testingmuggle-runtime
probably did not have this, and that's why it failed.This is a pretty bad failure mode.
Fixes:
muggle-runtime
in github actions (though even the entrypoint wouldn't have captured that?!)R CMD check
(as per refactor ELT + analysis codebase #52).The text was updated successfully, but these errors were encountered: