Skip to contents

Installs metabodecon's Rust backend mdrb via remotes::install_github(). If remotes is not available, it is installed first via utils::install.packages()

Usage

install_mdrb(
  ask = TRUE,
  args_remotes = list(),
  args_mdrb = list(),
  verbose = TRUE
)

Arguments

ask

Whether to ask for confirmation before attempting installation. Default is TRUE.

args_remotes

Additional arguments to pass to utils::install.packages() when attempting installation of remotes.

args_mdrb

Additional arguments to pass to remotes::install_github() when attempting installation of mdrb.

verbose

Whether to print messages to the console. Default is TRUE.

Value

NULL. Called for side effect of installing the Rust backend.