I am using quite a few packages but I only need a few functions from each package. The packages are quite large. Is there a way to only install specific functions and only the functions they require? I have built a software package and I have been having users install all the dependency packages as a part of it — which is largely unnecessary.
My alternative is translating to base R which I don’t really want to do if I can help it!
Thank you