openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

Dependency graph not being calculated for `devel` #150

Closed cicdguy closed 2 years ago

cicdguy commented 2 years ago

https://github.com/insightsengineering/rlistings/runs/4795849523?check_suite_focus=true complains of the following:

Error in determine_ref(ref, available_refs = available_references(project,  : 
  Available refs 'devel' must include at least one of 'refs/heads/devel, main

This could be because of a hardcoded branch name somewhere?

cicdguy commented 2 years ago

Never mind, figured this one out. Not an issue with staged dependencies.