Installs metabodecon's Rust backend mdrb
via remotes::install_github()
. If remotes is not available, it is installed
first via utils::install.packages()
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.