register_packages: Register the functions to be usedfrom packages in the config...

View source: R/register_packages.R

register_packagesR Documentation

Register the functions to be usedfrom packages in the config file

Description

Register the functions to be usedfrom packages in the config file

Usage

register_packages(packages)

Arguments

packages

list of packages. Each element must contain the elements

name

the name of the package,

InstallCommand

the command to be executed to install the package, and

RegisterCommand

the command to be executed to register the functions in a queue

Value

invisibly a list containing the results of the register commands

Examples

## Not run: 
 register_packages(getOption("LEEF")$measurement_packages)

## End(Not run)

LEEF-UZH/LEEF documentation built on Feb. 10, 2025, 5:20 a.m.