install_package_plan: Perform a package installation plan

View source: R/install-plan.R

install_package_planR Documentation

Perform a package installation plan

Description

See 'Installation plans' for the details and the format.

Usage

install_package_plan(
  plan,
  lib = .libPaths()[[1]],
  num_workers = 1,
  cache = NULL
)

Arguments

plan

Package plan object, a data frame, see 'Installation plans' for the format.

lib

Library directory to install to.

num_workers

Number of worker processes to use.

cache

Package cache to use, or NULL.

Value

Information about the installation process.


r-lib/depends documentation built on April 26, 2024, 1:44 p.m.