Has the issue described here been resolved: https://github.com/rstudio/packrat/issues/169
If not, does it mean that if I have a package [package_from_local_repo] installed by packrat from a local repository, its dependencies (although available in CRAN, etc) will not be installed?
Is a workaround to use library([missing dependency]) on the same R code that calls my [package_from_local_repo]?