powered by
micromamba
Manage Environment with micromamba
appmamba(...)install_appmamba(force = FALSE)uninstall_appmamba()appmamba_rc(edit = FALSE)
install_appmamba(force = FALSE)
uninstall_appmamba()
appmamba_rc(edit = FALSE)
<dynamic dots> Additional arguments passed to micromamba. Run appmamba() for more details.
appmamba()
A logical value indicating whether to reinstall appmamba if it is already installed.
appmamba
A logical value indicating whether to open the config file for editing.
appmamba(): blit utilizes micromamba to manage environments. This function simply executes the specified micromamba command.
blit
install_appmamba(): Install appmamba (micromamba).
install_appmamba()
uninstall_appmamba(): Remove appmamba (micromamba).
appmamba_rc(): Get the run commands config file of the micromamba.
appmamba_rc()
run commands
install_appmamba() appmamba() appmamba("env", "list") # uninstall_appmamba() # Uninstall the `micromamba`
Run the code above in your browser using DataLab