DominikRafacz/deepdep

When showing versions on deepdep plot, show latest of all

ErdaradunGaztea opened this issue · 0 comments

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.