View source: R/utils_for_install.R
The default "dependencies" is NA that means c("Depends", "Imports", "LinkingTo"). If "build_vignettes" is TRUE, the install needs "Suggests" dependency in many cases. So we recommend in such case to set "dependencies" to TRUE that means c("Depends", "Imports", "LinkingTo", "Suggests").
1 | recommend_dependencies(ask, build_vignettes, dependencies, quiet)
|
ask |
logical. Indicates ask to confirm before install. |
build_vignettes |
logical. If |
dependencies |
logical. Indicating to also install uninstalled packages which the packages depends on/links to/suggests.
See argument dependencies of |
quiet |
logical. Not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.