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

optimize dependencies #142

Open
Adafede opened this issue Jul 11, 2022 · 0 comments
Open

optimize dependencies #142

Adafede opened this issue Jul 11, 2022 · 0 comments

Comments

@Adafede
Copy link

Adafede commented Jul 11, 2022

Hi @fmichonneau!

Thank you for your handy package!

I am using it in mine (https://github.com/taxonomicallyinformedannotation/tima-r) and I saw it comes with quite heavy dependencies.

I did a quick

library(pkgndep)
x = pkgndep("rotl")
dependency_report(x)

and it looks like many of those only come from your unused suggestions (phylobase, RNeXML, ...) this could save already 40 unnecessary dependencies 😮
A lot (12) is only because of your read_nexus_phylo function from your other package but this is used, so probably less easy to avoid.

Nothing important, I just discovered the useful tool from @jokergoo myself so wanted to share it!

Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant