Learn R Programming

metabodecon (version 1.6.2)

install_mdrb: Install Rust Backend

Description

Installs metabodecon's Rust backend mdrb from R-Universe.

lifecycle::badge("experimental")

Usage

install_mdrb(ask = TRUE, ...)

Value

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

Arguments

ask

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

...

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

Author

2024-2025 Tobias Schmidt: initial version.

Examples

Run this code
if (interactive()) try(install_mdrb())

Run the code above in your browser using DataLab