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

When showing versions on deepdep plot, show latest of all #39

Open
ErdaradunGaztea opened this issue Dec 18, 2021 · 0 comments
Open

When showing versions on deepdep plot, show latest of all #39

ErdaradunGaztea opened this issue Dec 18, 2021 · 0 comments
Labels
maintenance 🔨 Code enhancements, tests and maintenance

Comments

@ErdaradunGaztea
Copy link
Collaborator

Currently the code just picks the first encountered version. Perhaps use versionsort package to select the latest version instead. For now the call would be (supposing that there are non-NA version codes!):

ver_sort(versions[!is.na(versions)])[1]

but hopefully I'll write ver_latest() function soon-ish.

@ErdaradunGaztea ErdaradunGaztea added the maintenance 🔨 Code enhancements, tests and maintenance label Dec 18, 2021
@ErdaradunGaztea ErdaradunGaztea added this to the deepdep v0.4.2 milestone Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance 🔨 Code enhancements, tests and maintenance
Projects
None yet
Development

No branches or pull requests

1 participant