openpharma / staged.dependencies

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

Refactor to remove the cache/cloning repos to calculate the dependency graph #105

Open nikolas-burkoff opened 2 years ago

nikolas-burkoff commented 2 years ago

Follow on issue from #35 see that issue for details of APIs to extract the information out of github/gitlab without needing to clone the repo.

waddella commented 2 years ago

I suggest to store the description and yaml files with desc::description() and yaml::read_yaml() type of objects, respectably.

nikolas-burkoff commented 2 years ago

Should we use this opportunity to move to gert from git2r as well?