Learn R Programming

blit (version 0.2.0)

appmamba: Manage Environment with micromamba

Description

Manage Environment with micromamba

Usage

appmamba(...)

install_appmamba(force = FALSE)

uninstall_appmamba()

appmamba_rc(edit = FALSE)

Arguments

...

<dynamic dots> Additional arguments passed to micromamba. Run appmamba() for more details.

force

A logical value indicating whether to reinstall appmamba if it is already installed.

edit

A logical value indicating whether to open the config file for editing.

Functions

  • appmamba(): blit utilizes micromamba to manage environments. This function simply executes the specified micromamba command.

  • install_appmamba(): Install appmamba (micromamba).

  • uninstall_appmamba(): Remove appmamba (micromamba).

  • appmamba_rc(): Get the run commands config file of the micromamba.

Examples

Run this code
install_appmamba()
appmamba()
appmamba("env", "list")
# uninstall_appmamba() # Uninstall the `micromamba`

Run the code above in your browser using DataLab