View source: R/export.packages.R
| install.packages.via.graph | R Documentation | 
This function will analysis the package graph before installation. Only those packages whose version are lower than required version are going to be installed.
install.packages.via.graph(name, pkg.list.raw = utils::available.packages(fields = .check.fields), ...)
name | 
 character vector. The package that the user wants to install.  | 
pkg.list.raw | 
 the output of   | 
... | 
 arguments that will be passed to   | 
## Not run: 
 install.packages.via.graph("dplyr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.