[Doc] rwasm::add_pkg(dependencies = TRUE)
installs more than hard dependencies
#27
Labels
rwasm::add_pkg(dependencies = TRUE)
installs more than hard dependencies
#27
Installing a package with
rwasm::add_pkg()
will install only that package and not its dependencies. One can usedependencies = TRUE
but then this installs all soft recursive dependencies. I understand that the doc points topkgdepends::as_pkg_dependencies()
but that is almost like reading a novel.I think the argument doc can be enhances to make this easier to pick up e.g.
Example of the difference in dependencies when installing {vctrs}.
packages are still installing now while writing this! 😅
The text was updated successfully, but these errors were encountered: