install.packages.via.graph: Install Necessary via Analyzing Package Dependency Graph

View source: R/export.packages.R

install.packages.via.graphR Documentation

Install Necessary via Analyzing Package Dependency Graph

Description

This function will analysis the package graph before installation. Only those packages whose version are lower than required version are going to be installed.

Usage

install.packages.via.graph(name,
  pkg.list.raw = utils::available.packages(fields = .check.fields), ...)

Arguments

name

character vector. The package that the user wants to install.

pkg.list.raw

the output of utils::available.packages.

...

arguments that will be passed to utils::installed.packages

Examples

## Not run: 
 install.packages.via.graph("dplyr")

## End(Not run)

wush978/pvm documentation built on Oct. 30, 2022, 11:22 p.m.