Skip to contents

radr_pkg_install() no longer installs or updates packages. Automatic installation made library changes difficult to anticipate and obscured the distinction between required and optional components. Use radr_dependencies() for a read-only diagnostic and follow the installation instructions in the radr README.

Usage

radr_pkg_install(check = TRUE, minimal.install = FALSE)

Arguments

check

Retained for compatibility and ignored. Default: check = TRUE.

minimal.install

Retained for compatibility and ignored. Default: minimal.install = FALSE.

Value

The dependency table returned by radr_dependencies().