Skip to content
New issue

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

Implement listing packages from deepdep #47

Open
ErdaradunGaztea opened this issue May 20, 2022 · 0 comments
Open

Implement listing packages from deepdep #47

ErdaradunGaztea opened this issue May 20, 2022 · 0 comments
Labels
feature 💡 New feature or enhancement request short term ⏰ TODO short term

Comments

@ErdaradunGaztea
Copy link
Collaborator

Best implemented as an S3 method. The call would look like:

dd <- deepdep("versionsort")
packages(dd)

and would return a character vector of unique package names or a numeric vector of dependency levels with package names as vector names. Should this contain the central package (with level 0)? This would be rather easy to filter out if need arises.

I'm conflicted on the name, too, and the ones I consider are: packages(), unique(), and dependencies(). Probably the first one.

@ErdaradunGaztea ErdaradunGaztea added feature 💡 New feature or enhancement request short term ⏰ TODO short term labels May 20, 2022
@ErdaradunGaztea ErdaradunGaztea added this to the deepdep v0.4.2 milestone May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 💡 New feature or enhancement request short term ⏰ TODO short term
Projects
None yet
Development

No branches or pull requests

1 participant