provision_dependencies: Provision dependencies for a package

Description Usage Arguments

View source: R/provision_dependencies.R

Description

Provision dependencies for a package. The provision_dependencies_bootstrap function writes out a bootstrap script.

Usage

1
2
3
4
5
provision_dependencies(lib, path_description = ".", ..., src = NULL,
  read_travis = FALSE)

provision_dependencies_bootstrap(lib = ".packages", src = NULL,
  read_travis = FALSE, strict_lib = TRUE)

Arguments

lib

Library to provision

path_description

Path to the DESCRIPTION file

...

Additional arguments to provision_library

src

An optional description of additional packages, using package_sources.

read_travis

Logical, indicating if the .travis.yml should be read (if present). If TRUE then packages listed within r_github_packages will be used in provisioning.

strict_lib

Should the bootstrap script install provisionr within the local library too?


mrc-ide/provisionr documentation built on Sept. 7, 2020, 10:01 a.m.