install_from_source: Install R package from package source

View source: R/install_from_source.R

install_from_sourceR Documentation

Install R package from package source

Description

Takes a list of packages (source_names) and the path (source_path) to their common location and installs them into the install_path directory.

Usage

install_from_source(source_names, source_path, install_path)

Arguments

source_names

character vector having one source package name per cell.

source_path

character vector of length one having the directory path of where the package sources (*.tar.gz) reside.

install_path

character vector of length one having the directory path of where packages are to be installed.


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.