I have built my own R package, and I when I call library() on my package I want to also download all the dependencies while would appear in the DESCRIPTION file.
How does this work exactly? I can library on my package and I have to individually call library on some of the packages that are used in my package.