pak
pak copied to clipboard
Request: `pkg_install(dependencies = getOption("dependencies", NA))` or like
Small feature request to allow global option setting for dependencies. Would be beneficial for those of us that use dependencies = TRUE every time.
Why do you use dependencies = TRUE every time? That installs all development dependencies of the package, which you most likely don't need.
Risk aversion for potential errors/warnings when packages listed in Suggests are conditionally checked for in functions. Sometimes better to quickly grab everything than slowly find problems.