appmamba: Manage Environment with 'micromamba'

View source: R/appmamba.R

appmambaR Documentation

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

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

blit documentation built on April 12, 2025, 1:16 a.m.