augur icon indicating copy to clipboard operation
augur copied to clipboard

Support analysis of CRAN (R package) dependencies

Open MoralCode opened this issue 3 weeks ago • 1 comments

Current tasks like process_deps_libyear seem to at least have code that attempts to parse python package metadata (i.e. Pipfile and Pipfile.lock).

We should have something similar for R packages as suggested originally in https://github.com/UCL/open-source/issues/54

MoralCode avatar Dec 03 '25 18:12 MoralCode

https://github.com/chaoss/augur/blob/dabf0981834b77543d658204123bc9c9840b88ca/augur/tasks/git/dependency_tasks/dependency_util/dependency_calculator.py#L1-L28

MoralCode avatar Dec 05 '25 13:12 MoralCode