This function will install the full set of suggested packages.

InstallSuggestions(pkg = "raw", quiet, ...)

Arguments

pkg

Name of the package for which you want to install suggestions

quiet

Include additional messages while installing?

...

Additional named arguments passed to `install.packages`

Value

A character vector indicating which packages were installled.

Examples

if (FALSE) { InstallSuggestions() }